#F95AA2

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

Shades of Brilliant Rose #F95AA2

Tints of Brilliant Rose #F95AA2

Color information

#F95AA2 (or 0xF95AA2) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5A and A2. RGB value is (249,90,162). Sum of RGB (Red+Green+Blue) = 249+90+162=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AA2 is #06A55D. Grayscale: #919191. Windows color (decimal): -435550 or 10640121. OLE color: 10640121.

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

Color convert

RGB24990162-
CMYK00.640.350.02
HSL332.83º92.98%66.47%-
HSV(B)332.83º63.86%97.65%-
XYZ49.2430.0637.39-
YUV145.75137.18201.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 162 (63.67% from 255) = 32.34%
R=49.70%
G=17.96%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499016200.640.350.02332.8392.9866.47
HexF95AA204023214d5d42
Octal3711322420100432515135102
Binary11111001101101010100010010000001000111010100110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95AA2; }

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

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

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

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

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

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

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

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