#F44CAD

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

Shades of Brilliant Rose #F44CAD

Tints of Brilliant Rose #F44CAD

Color information

#F44CAD (or 0xF44CAD) is unknown color: approx Brilliant Rose. HEX triplet: F4, 4C and AD. RGB value is (244,76,173). Sum of RGB (Red+Green+Blue) = 244+76+173=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44CAD is #0BB352. Grayscale: #898989. Windows color (decimal): -766803 or 11357428. OLE color: 11357428.

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

Color convert

RGB24476173-
CMYK00.690.290.04
HSL325.36º88.42%62.75%-
HSV(B)325.36º68.85%95.69%-
XYZ47.4427.4242.33-
YUV137.29148.16204.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=49.49%
G=15.42%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447617300.690.290.04325.3688.4262.75
HexF44CAD0451D4145583f
Octal364114255010535450513077
Binary1111010010011001010110101000101111011001010001011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44CAD; }

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

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

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

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

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

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

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

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