#F045A3

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

Shades of Brilliant Rose #F045A3

Tints of Brilliant Rose #F045A3

Color information

#F045A3 (or 0xF045A3) is unknown color: approx Brilliant Rose. HEX triplet: F0, 45 and A3. RGB value is (240,69,163). Sum of RGB (Red+Green+Blue) = 240+69+163=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F045A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045A3 is #0FBA5C. Grayscale: #828282. Windows color (decimal): -1030749 or 10700272. OLE color: 10700272.

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

Color convert

RGB24069163-
CMYK00.710.320.06
HSL327.02º85.07%60.59%-
HSV(B)327.02º71.25%94.12%-
XYZ44.6725.4337.2-
YUV130.84146.15205.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.85%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=50.85%
G=14.62%
B=34.53%

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
Decimal2406916300.710.320.06327.0285.0760.59
HexF045A3047206147553d
Octal360105243010740650712575
Binary11110000100010110100011010001111000001101010001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F045A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F045A3; }

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

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

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

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

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

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

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

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