#F95AA6

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

Shades of Brilliant Rose #F95AA6

Tints of Brilliant Rose #F95AA6

Color information

#F95AA6 (or 0xF95AA6) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5A and A6. RGB value is (249,90,166). Sum of RGB (Red+Green+Blue) = 249+90+166=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AA6 is #06A559. Grayscale: #929292. Windows color (decimal): -435546 or 10902265. OLE color: 10902265.

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

Color convert

RGB24990166-
CMYK00.640.330.02
HSL331.32º92.98%66.47%-
HSV(B)331.32º63.86%97.65%-
XYZ49.6130.2139.29-
YUV146.2139.18201.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 90 (35.55% from 255) = 17.82%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=49.31%
G=17.82%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499016600.640.330.02331.3292.9866.47
HexF95AA604021214b5d42
Octal3711322460100412513135102
Binary11111001101101010100110010000001000011010100101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95AA6; }

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

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

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

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

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

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

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

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