Html Css Color HEX #F9619E Brilliant Rose

📋 copy color: '#F9619E'

red 249 ◦ green 97 ◦ blue 158

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

Shades of Brilliant Rose #F9619E

Tints of Brilliant Rose #F9619E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.35%

R = 49.4%
G = 19.25%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9619E (or 0xF9619E) is known color: Brilliant Rose. HEX triplet: F9, 61 and 9E. RGB value is (249,97,158). Sum of RGB (Red+Green+Blue) = 249+97+158=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9619E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9619E is #069E61. Grayscale: #959595. Windows color (decimal): -433762 or 10379769. OLE color: 10379769.

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

Color convert

RGB 249 97 158 -
CMYK 0 0.61 0.37 0.02
HSL 335.92º 0.93% 0.68% -
HSV(B) 335.92º 0.61% 0.98% -
XYZ 49.51 31.16 35.75 -
YUV 149.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 249 97 158 0 0.61 0.37 0.02 335.92 0.93 0.68
Hex F9 61 9E 0 3D 25 2 150 5D 44
Octal 371 141 236 0 75 45 2 520 135 104
Binary 11111001 1100001 10011110 0 111101 100101 10 101010000 1011101 1000100

Color Harmonies of #F9619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9619E

Black with #F9619E

Text Example


Text Example

White with #F9619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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