Html Css Color HEX #F9669F Brilliant Rose

📋 copy color: '#F9669F'

red 249 ◦ green 102 ◦ blue 159

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

Shades of Brilliant Rose #F9669F

Tints of Brilliant Rose #F9669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20%

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

R = 48.82%
G = 20%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9669F (or 0xF9669F) is known color: Brilliant Rose. HEX triplet: F9, 66 and 9F. RGB value is (249,102,159). Sum of RGB (Red+Green+Blue) = 249+102+159=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F9669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9669F is #069960. Grayscale: #989898. Windows color (decimal): -432481 or 10446585. OLE color: 10446585.

HSL color Cylindrical-coordinate representation of color #F9669F: hue angle of 336.73º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9669F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 159 -
CMYK 0 0.59 0.36 0.02
HSL 336.73º 0.92% 0.69% -
HSV(B) 336.73º 0.59% 0.98% -
XYZ 50.08 32.15 36.37 -
YUV 152.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 249 102 159 0 0.59 0.36 0.02 336.73 0.92 0.69
Hex F9 66 9F 0 3B 24 2 151 5C 45
Octal 371 146 237 0 73 44 2 521 134 105
Binary 11111001 1100110 10011111 0 111011 100100 10 101010001 1011100 1000101

Color Harmonies of #F9669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9669F

Black with #F9669F

Text Example


Text Example

White with #F9669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9669F; }

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

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

background-color css

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

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

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

border-color css

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

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

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