#F045A2

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

Shades of Brilliant Rose #F045A2

Tints of Brilliant Rose #F045A2

Color information

#F045A2 (or 0xF045A2) is unknown color: approx Brilliant Rose. HEX triplet: F0, 45 and A2. RGB value is (240,69,162). Sum of RGB (Red+Green+Blue) = 240+69+162=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F045A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045A2 is #0FBA5D. Grayscale: #828282. Windows color (decimal): -1030750 or 10634736. OLE color: 10634736.

HSL color Cylindrical-coordinate representation of color #F045A2: hue angle of 327.37º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045A2 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB24069162-
CMYK00.710.320.06
HSL327.37º85.07%60.59%-
HSV(B)327.37º71.25%94.12%-
XYZ44.5825.3936.73-
YUV130.73145.65205.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=50.96%
G=14.65%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406916200.710.320.06327.3785.0760.59
HexF045A2047206147553d
Octal360105242010740650712575
Binary11110000100010110100010010001111000001101010001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F045A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F045A2; }

 p { color: rgb(240,69,162); }

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

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

 a { background-color: rgb(240,69,162); }

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

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

 span { border-color: rgb(240,69,162); }

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