#F44CB0

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

Shades of Brilliant Rose #F44CB0

Tints of Brilliant Rose #F44CB0

Color information

#F44CB0 (or 0xF44CB0) is unknown color: approx Brilliant Rose. HEX triplet: F4, 4C and B0. RGB value is (244,76,176). Sum of RGB (Red+Green+Blue) = 244+76+176=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44CB0 is #0BB34F. Grayscale: #898989. Windows color (decimal): -766800 or 11554036. OLE color: 11554036.

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

Color convert

RGB24476176-
CMYK00.690.280.04
HSL324.29º88.42%62.75%-
HSV(B)324.29º68.85%95.69%-
XYZ47.7327.5443.87-
YUV137.63149.66203.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.19%
GREEN value IS 76 (30.08% from 255) = 15.32%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=49.19%
G=15.32%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447617600.690.280.04324.2988.4262.75
HexF44CB00451C4144583f
Octal364114260010534450413077
Binary1111010010011001011000001000101111001001010001001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44CB0; }

 p { color: rgb(244,76,176); }

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

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

 a { background-color: rgb(244,76,176); }

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

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

 span { border-color: rgb(244,76,176); }

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