#F45CA7

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

Shades of Brilliant Rose #F45CA7

Tints of Brilliant Rose #F45CA7

Color information

#F45CA7 (or 0xF45CA7) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5C and A7. RGB value is (244,92,167). Sum of RGB (Red+Green+Blue) = 244+92+167=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45CA7 is #0BA358. Grayscale: #919191. Windows color (decimal): -762713 or 10968308. OLE color: 10968308.

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

Color convert

RGB24492167-
CMYK00.620.320.04
HSL330.39º87.36%65.88%-
HSV(B)330.39º62.3%95.69%-
XYZ48.1129.6839.75-
YUV146139.86197.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.51%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=48.51%
G=18.29%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449216700.620.320.04330.3987.3665.88
HexF45CA703E20414a5742
Octal364134247076404512127102
Binary11110100101110010100111011111010000010010100101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45CA7; }

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

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

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

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

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

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

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

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