Html Css Color HEX #F4428F Violet Red

📋 copy color: '#F4428F'

red 244 ◦ green 66 ◦ blue 143

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

Shades of Violet Red #F4428F

Tints of Violet Red #F4428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.57%

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 53.86%
G = 14.57%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F4428F (or 0xF4428F) is known color: Violet Red. HEX triplet: F4, 42 and 8F. RGB value is (244,66,143). Sum of RGB (Red+Green+Blue) = 244+66+143=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4428F is #0BBD70. Grayscale: #7F7F7F. Windows color (decimal): -769393 or 9388788. OLE color: 9388788.

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

Color convert

RGB 244 66 143 -
CMYK 0 0.73 0.41 0.04
HSL 334.05º 0.89% 0.61% -
HSV(B) 334.05º 0.73% 0.96% -
XYZ 44.21 25.11 28.5 -
YUV 128 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 244 66 143 0 0.73 0.41 0.04 334.05 0.89 0.61
Hex F4 42 8F 0 49 29 4 14E 59 3D
Octal 364 102 217 0 111 51 4 516 131 75
Binary 11110100 1000010 10001111 0 1001001 101001 100 101001110 1011001 111101

Color Harmonies of #F4428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4428F

Black with #F4428F

Text Example


Text Example

White with #F4428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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