#F955AE

Color #F955AE Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F955AE

Tints of Brilliant Rose #F955AE

Color information

#F955AE (or 0xF955AE) is unknown color: approx Brilliant Rose. HEX triplet: F9, 55 and AE. RGB value is (249,85,174). Sum of RGB (Red+Green+Blue) = 249+85+174=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F955AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955AE is #06AA51. Grayscale: #8F8F8F. Windows color (decimal): -436818 or 11425273. OLE color: 11425273.

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

Color convert

RGB24985174-
CMYK00.660.300.02
HSL327.44º93.18%65.49%-
HSV(B)327.44º65.86%97.65%-
XYZ49.9629.6943.14-
YUV144.18144.83202.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 85 (33.59% from 255) = 16.73%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=49.02%
G=16.73%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498517400.660.300.02327.4493.1865.49
HexF955AE0421E21475d41
Octal3711252560102362507135101
Binary1111100110101011010111001000010111101010100011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F955AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F955AE; }

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

 H1.HeaderClassName
 {
   color: #F955AE;
 }
 .AnyTagClassName
 {
   color: #F955AE;
 }
</style>
background-color css

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

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

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

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

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

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