#F045A1

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

Shades of Brilliant Rose #F045A1

Tints of Brilliant Rose #F045A1

Color information

#F045A1 (or 0xF045A1) is unknown color: approx Brilliant Rose. HEX triplet: F0, 45 and A1. RGB value is (240,69,161). Sum of RGB (Red+Green+Blue) = 240+69+161=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F045A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045A1 is #0FBA5E. Grayscale: #828282. Windows color (decimal): -1030751 or 10569200. OLE color: 10569200.

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

Color convert

RGB24069161-
CMYK00.710.330.06
HSL327.72º85.07%60.59%-
HSV(B)327.72º71.25%94.12%-
XYZ44.525.3536.27-
YUV130.62145.15206.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 69 (27.34% from 255) = 14.68%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=51.06%
G=14.68%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406916100.710.330.06327.7285.0760.59
HexF045A1047216148553d
Octal360105241010741651012575
Binary11110000100010110100001010001111000011101010010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F045A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F045A1; }

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

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

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

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

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

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

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

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