Html Css Color HEX #F9619F Brilliant Rose

📋 copy color: '#F9619F'

red 249 ◦ green 97 ◦ blue 159

#F9619F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F9619F

Tints of Brilliant Rose #F9619F

RGB

 RED value IS 249 (97.66% from 255) = 49.31%

 GREEN value IS 97 (38.28% from 255) = 19.21%

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 49.31%
G = 19.21%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9619F (or 0xF9619F) is known color: Brilliant Rose. HEX triplet: F9, 61 and 9F. RGB value is (249,97,159). Sum of RGB (Red+Green+Blue) = 249+97+159=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9619F is #069E60. Grayscale: #959595. Windows color (decimal): -433761 or 10445305. OLE color: 10445305.

HSL color Cylindrical-coordinate representation of color #F9619F: hue angle of 335.53º 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 #F9619F is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 159 -
CMYK 0 0.61 0.36 0.02
HSL 335.53º 0.93% 0.68% -
HSV(B) 335.53º 0.61% 0.98% -
XYZ 49.6 31.19 36.21 -
YUV 149.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 249 97 159 0 0.61 0.36 0.02 335.53 0.93 0.68
Hex F9 61 9F 0 3D 24 2 150 5D 44
Octal 371 141 237 0 75 44 2 520 135 104
Binary 11111001 1100001 10011111 0 111101 100100 10 101010000 1011101 1000100

Color Harmonies of #F9619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9619F

Black with #F9619F

Text Example


Text Example

White with #F9619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9619F; }

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

 H1.HeaderClassName
 {
   color: #F9619F;
 }
 .AnyTagClassName
 {
   color: #F9619F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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