Html Css Color HEX #F955A6 Brilliant Rose

📋 copy color: '#F955A6'

red 249 ◦ green 85 ◦ blue 166

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

Shades of Brilliant Rose #F955A6

Tints of Brilliant Rose #F955A6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 49.8%
G = 17%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F955A6 (or 0xF955A6) is known color: Brilliant Rose. HEX triplet: F9, 55 and A6. RGB value is (249,85,166). Sum of RGB (Red+Green+Blue) = 249+85+166=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F955A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955A6 is #06AA59. Grayscale: #8F8F8F. Windows color (decimal): -436826 or 10900985. OLE color: 10900985.

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

Color convert

RGB 249 85 166 -
CMYK 0 0.66 0.33 0.02
HSL 330.37º 0.93% 0.65% -
HSV(B) 330.37º 0.66% 0.98% -
XYZ 49.2 29.39 39.16 -
YUV 143.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 249 85 166 0 0.66 0.33 0.02 330.37 0.93 0.65
Hex F9 55 A6 0 42 21 2 14A 5D 41
Octal 371 125 246 0 102 41 2 512 135 101
Binary 11111001 1010101 10100110 0 1000010 100001 10 101001010 1011101 1000001

Color Harmonies of #F955A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955A6

Black with #F955A6

Text Example


Text Example

White with #F955A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955A6; }

 p { color: rgb(249,85,166); }

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

background-color css

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

 a { background-color: rgb(249,85,166); }

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

border-color css

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

 span { border-color: rgb(249,85,166); }

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