Html Css Color HEX #F4448D Violet Red

📋 copy color: '#F4448D'

red 244 ◦ green 68 ◦ blue 141

#F4448D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #F4448D

Tints of Violet Red #F4448D

RGB

 RED value IS 244 (95.7% from 255) = 53.86%

 GREEN value IS 68 (26.95% from 255) = 15.01%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 53.86%
G = 15.01%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4448D (or 0xF4448D) is known color: Violet Red. HEX triplet: F4, 44 and 8D. RGB value is (244,68,141). Sum of RGB (Red+Green+Blue) = 244+68+141=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4448D is #0BBB72. Grayscale: #808080. Windows color (decimal): -768883 or 9258228. OLE color: 9258228.

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

Color convert

RGB 244 68 141 -
CMYK 0 0.72 0.42 0.04
HSL 335.11º 0.89% 0.61% -
HSV(B) 335.11º 0.72% 0.96% -
XYZ 44.18 25.29 27.75 -
YUV 128.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 244 68 141 0 0.72 0.42 0.04 335.11 0.89 0.61
Hex F4 44 8D 0 48 2A 4 14F 59 3D
Octal 364 104 215 0 110 52 4 517 131 75
Binary 11110100 1000100 10001101 0 1001000 101010 100 101001111 1011001 111101

Color Harmonies of #F4448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4448D

Black with #F4448D

Text Example


Text Example

White with #F4448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4448D; }

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

 H1.HeaderClassName
 {
   color: #F4448D;
 }
 .AnyTagClassName
 {
   color: #F4448D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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