#F05FAA

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

Shades of Brilliant Rose #F05FAA

Tints of Brilliant Rose #F05FAA

Color information

#F05FAA (or 0xF05FAA) is unknown color: approx Brilliant Rose. HEX triplet: F0, 5F and AA. RGB value is (240,95,170). Sum of RGB (Red+Green+Blue) = 240+95+170=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05FAA is #0FA055. Grayscale: #929292. Windows color (decimal): -1024086 or 11165680. OLE color: 11165680.

HSL color Cylindrical-coordinate representation of color #F05FAA: hue angle of 328.97º 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 #F05FAA is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB24095170-
CMYK00.600.290.06
HSL328.97º82.86%65.69%-
HSV(B)328.97º60.42%94.12%-
XYZ47.2829.6141.25-
YUV146.9141.04194.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=47.52%
G=18.81%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409517000.600.290.06328.9782.8665.69
HexF05FAA03C1D61495342
Octal360137252074356511123102
Binary1111000010111111010101001111001110111010100100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FAA; }

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

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

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

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

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

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

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

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