#F05FA6

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

Shades of Brilliant Rose #F05FA6

Tints of Brilliant Rose #F05FA6

Color information

#F05FA6 (or 0xF05FA6) is unknown color: approx Brilliant Rose. HEX triplet: F0, 5F and A6. RGB value is (240,95,166). Sum of RGB (Red+Green+Blue) = 240+95+166=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05FA6 is #0FA059. Grayscale: #929292. Windows color (decimal): -1024090 or 10903536. OLE color: 10903536.

HSL color Cylindrical-coordinate representation of color #F05FA6: hue angle of 330.62º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FA6 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB24095166-
CMYK00.600.310.06
HSL330.62º82.86%65.69%-
HSV(B)330.62º60.42%94.12%-
XYZ46.9129.4639.29-
YUV146.45139.04194.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.90%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=47.90%
G=18.96%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409516600.600.310.06330.6282.8665.69
HexF05FA603C1F614b5342
Octal360137246074376513123102
Binary1111000010111111010011001111001111111010100101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FA6; }

 p { color: rgb(240,95,166); }

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

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

 a { background-color: rgb(240,95,166); }

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

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

 span { border-color: rgb(240,95,166); }

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