#F95AAE

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

Shades of Brilliant Rose #F95AAE

Tints of Brilliant Rose #F95AAE

Color information

#F95AAE (or 0xF95AAE) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5A and AE. RGB value is (249,90,174). Sum of RGB (Red+Green+Blue) = 249+90+174=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AAE is #06A551. Grayscale: #929292. Windows color (decimal): -435538 or 11426553. OLE color: 11426553.

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

Color convert

RGB24990174-
CMYK00.640.300.02
HSL328.3º92.98%66.47%-
HSV(B)328.3º63.86%97.65%-
XYZ50.3630.5143.28-
YUV147.12143.18200.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 90 (35.55% from 255) = 17.54%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=48.54%
G=17.54%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499017400.640.300.02328.392.9866.47
HexF95AAE0401E21485d42
Octal3711322560100362510135102
Binary1111100110110101010111001000000111101010100100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95AAE; }

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

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

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

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

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

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

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

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