Html Css Color HEX #F955AA Brilliant Rose

📋 copy color: '#F955AA'

red 249 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #F955AA

Tints of Brilliant Rose #F955AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 49.4%
G = 16.87%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F955AA (or 0xF955AA) is known color: Brilliant Rose. HEX triplet: F9, 55 and AA. RGB value is (249,85,170). Sum of RGB (Red+Green+Blue) = 249+85+170=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F955AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955AA is #06AA55. Grayscale: #8F8F8F. Windows color (decimal): -436822 or 11163129. OLE color: 11163129.

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

Color convert

RGB 249 85 170 -
CMYK 0 0.66 0.32 0.02
HSL 328.9º 0.93% 0.65% -
HSV(B) 328.9º 0.66% 0.98% -
XYZ 49.57 29.54 41.12 -
YUV 143.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 249 85 170 0 0.66 0.32 0.02 328.9 0.93 0.65
Hex F9 55 AA 0 42 20 2 149 5D 41
Octal 371 125 252 0 102 40 2 511 135 101
Binary 11111001 1010101 10101010 0 1000010 100000 10 101001001 1011101 1000001

Color Harmonies of #F955AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955AA

Black with #F955AA

Text Example


Text Example

White with #F955AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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