#F45DA8

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

Shades of Brilliant Rose #F45DA8

Tints of Brilliant Rose #F45DA8

Color information

#F45DA8 (or 0xF45DA8) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5D and A8. RGB value is (244,93,168). Sum of RGB (Red+Green+Blue) = 244+93+168=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45DA8 is #0BA257. Grayscale: #929292. Windows color (decimal): -762456 or 11034100. OLE color: 11034100.

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

Color convert

RGB24493168-
CMYK00.620.310.04
HSL330.2º87.28%66.08%-
HSV(B)330.2º61.89%95.69%-
XYZ48.2929.8940.27-
YUV146.7140.03197.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 168 (66.02% from 255) = 33.27%
R=48.32%
G=18.42%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449316800.620.310.04330.287.2866.08
HexF45DA803E1F414a5742
Octal364135250076374512127102
Binary1111010010111011010100001111101111110010100101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DA8; }

 p { color: rgb(244,93,168); }

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

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

 a { background-color: rgb(244,93,168); }

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

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

 span { border-color: rgb(244,93,168); }

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