#F45FA6

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

Shades of Brilliant Rose #F45FA6

Tints of Brilliant Rose #F45FA6

Color information

#F45FA6 (or 0xF45FA6) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5F and A6. RGB value is (244,95,166). Sum of RGB (Red+Green+Blue) = 244+95+166=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45FA6 is #0BA059. Grayscale: #939393. Windows color (decimal): -761946 or 10903540. OLE color: 10903540.

HSL color Cylindrical-coordinate representation of color #F45FA6: hue angle of 331.41º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45FA6 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB24495166-
CMYK00.610.320.04
HSL331.41º87.13%66.47%-
HSV(B)331.41º61.07%95.69%-
XYZ48.2830.1739.36-
YUV147.65138.36196.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=48.32%
G=18.81%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449516600.610.320.04331.4187.1366.47
HexF45FA603D20414b5742
Octal364137246075404513127102
Binary11110100101111110100110011110110000010010100101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45FA6; }

 p { color: rgb(244,95,166); }

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

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

 a { background-color: rgb(244,95,166); }

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

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

 span { border-color: rgb(244,95,166); }

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