#F44088

Color #F44088 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F44088

Tints of Violet Red #F44088

Color information

#F44088 (or 0xF44088) is unknown color: approx Violet Red. HEX triplet: F4, 40 and 88. RGB value is (244,64,136). Sum of RGB (Red+Green+Blue) = 244+64+136=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F44088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44088 is #0BBF77. Grayscale: #7D7D7D. Windows color (decimal): -769912 or 8929524. OLE color: 8929524.

HSL color Cylindrical-coordinate representation of color #F44088: hue angle of 336º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44088 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24464136-
CMYK00.740.440.04
HSL336º89.11%60.39%-
HSV(B)336º73.77%95.69%-
XYZ43.5924.6825.76-
YUV126.03133.63212.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=54.95%
G=14.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446413600.740.440.0433689.1160.39
HexF4408804A2C4150593c
Octal364100210011254452013174
Binary11110100100000010001000010010101011001001010100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44088; }

 p { color: rgb(244,64,136); }

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

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

 a { background-color: rgb(244,64,136); }

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

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

 span { border-color: rgb(244,64,136); }

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