#F45AA7

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

Shades of Brilliant Rose #F45AA7

Tints of Brilliant Rose #F45AA7

Color information

#F45AA7 (or 0xF45AA7) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5A and A7. RGB value is (244,90,167). Sum of RGB (Red+Green+Blue) = 244+90+167=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AA7 is #0BA558. Grayscale: #909090. Windows color (decimal): -763225 or 10967796. OLE color: 10967796.

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

Color convert

RGB24490167-
CMYK00.630.320.04
HSL330º87.5%65.49%-
HSV(B)330º63.11%95.69%-
XYZ47.9429.3439.69-
YUV144.82140.52198.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=48.70%
G=17.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449016700.630.320.0433087.565.49
HexF45AA703F20414a5841
Octal364132247077404512130101
Binary11110100101101010100111011111110000010010100101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45AA7; }

 p { color: rgb(244,90,167); }

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

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

 a { background-color: rgb(244,90,167); }

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

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

 span { border-color: rgb(244,90,167); }

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