#f459a2

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

Shades of Brilliant Rose #F459A2

Tints of Brilliant Rose #F459A2

Color information

#F459A2 (or 0xF459A2) is unknown color: approx Brilliant Rose. HEX triplet: F4, 59 and A2. RGB value is (244,89,162). Sum of RGB (Red+Green+Blue) = 244+89+162=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F459A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F459A2 is #0BA65D. Grayscale: #8F8F8F. Windows color (decimal): -763486 or 10639860. OLE color: 10639860.

HSL color Cylindrical-coordinate representation of color #F459A2: hue angle of 331.74º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F459A2 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB24489162-
CMYK00.640.340.04
HSL331.74º87.57%65.29%-
HSV(B)331.74º63.52%95.69%-
XYZ47.428.9937.28-
YUV143.67138.35199.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=49.29%
G=17.98%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448916200.640.340.04331.7487.5765.29
HexF459A204022414c5841
Octal3641312420100424514130101
Binary111101001011001101000100100000010001010010100110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f459a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f459a2; }

 p { color: rgb(244,89,162); }

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

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

 a { background-color: rgb(244,89,162); }

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

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

 span { border-color: rgb(244,89,162); }

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