#F4448F

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

Shades of Violet Red #F4448F

Tints of Violet Red #F4448F

Color information

#F4448F (or 0xF4448F) is unknown color: approx Violet Red. HEX triplet: F4, 44 and 8F. RGB value is (244,68,143). Sum of RGB (Red+Green+Blue) = 244+68+143=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4448F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4448F is #0BBB70. Grayscale: #818181. Windows color (decimal): -768881 or 9389300. OLE color: 9389300.

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

Color convert

RGB24468143-
CMYK00.720.410.04
HSL334.43º88.89%61.18%-
HSV(B)334.43º72.13%95.69%-
XYZ44.3325.3528.54-
YUV129.17135.81209.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 68 (26.95% from 255) = 14.95%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=53.63%
G=14.95%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446814300.720.410.04334.4388.8961.18
HexF4448F04829414e593d
Octal364104217011051451613175
Binary11110100100010010001111010010001010011001010011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4448F; }

 p { color: rgb(244,68,143); }

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

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

 a { background-color: rgb(244,68,143); }

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

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

 span { border-color: rgb(244,68,143); }

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