#F44FAC

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

Shades of Brilliant Rose #F44FAC

Tints of Brilliant Rose #F44FAC

Color information

#F44FAC (or 0xF44FAC) is unknown color: approx Brilliant Rose. HEX triplet: F4, 4F and AC. RGB value is (244,79,172). Sum of RGB (Red+Green+Blue) = 244+79+172=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F44FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44FAC is #0BB053. Grayscale: #8A8A8A. Windows color (decimal): -766036 or 11292660. OLE color: 11292660.

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

Color convert

RGB24479172-
CMYK00.680.300.04
HSL326.18º88.24%63.33%-
HSV(B)326.18º67.62%95.69%-
XYZ47.5527.841.89-
YUV138.94146.66202.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 79 (31.25% from 255) = 15.96%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=49.29%
G=15.96%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447917200.680.300.04326.1888.2463.33
HexF44FAC0441E4146583f
Octal364117254010436450613077
Binary1111010010011111010110001000100111101001010001101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44FAC; }

 p { color: rgb(244,79,172); }

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

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

 a { background-color: rgb(244,79,172); }

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

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

 span { border-color: rgb(244,79,172); }

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