#F9619B

Color #F9619B Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F9619B

Tints of Brilliant Rose #F9619B

Color information

#F9619B (or 0xF9619B) is unknown color: approx Brilliant Rose. HEX triplet: F9, 61 and 9B. RGB value is (249,97,155). Sum of RGB (Red+Green+Blue) = 249+97+155=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9619B is #069E64. Grayscale: #949494. Windows color (decimal): -433765 or 10183161. OLE color: 10183161.

HSL color Cylindrical-coordinate representation of color #F9619B: hue angle of 337.11º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9619B is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB24997155-
CMYK00.610.380.02
HSL337.11º92.68%67.84%-
HSV(B)337.11º61.04%97.65%-
XYZ49.2631.0634.41-
YUV149.06131.36199.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=49.70%
G=19.36%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499715500.610.380.02337.1192.6867.84
HexF9619B03D2621515d44
Octal371141233075462521135104
Binary1111100111000011001101101111011001101010101000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9619B; }

 p { color: rgb(249,97,155); }

 H1.HeaderClassName
 {
   color: #F9619B;
 }
 .AnyTagClassName
 {
   color: #F9619B;
 }
</style>
background-color css

<style>
 a { background-color: #F9619B; }

 a { background-color: rgb(249,97,155); }

 div.DivClassName
 {
   background-color: #F9619B;
 }
 .BgClassName
 {
   background-color: #F9619B;
 }
</style>
border-color css

<style>
 span { border-color: #F9619B; }

 span { border-color: rgb(249,97,155); }

 td.TdClassName
 {
   border-color: #F9619B;
 }
 .TagClassName
 {
   border-color: #F9619B;
 }
</style>