Html Css Color HEX #F4427F Violet Red

📋 copy color: '#F4427F'

red 244 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #F4427F

Tints of Violet Red #F4427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.06%

R = 55.84%
G = 15.1%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4427F (or 0xF4427F) is known color: Violet Red. HEX triplet: F4, 42 and 7F. RGB value is (244,66,127). Sum of RGB (Red+Green+Blue) = 244+66+127=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4427F is #0BBD80. Grayscale: #7E7E7E. Windows color (decimal): -769409 or 8340212. OLE color: 8340212.

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

Color convert

RGB 244 66 127 -
CMYK 0 0.73 0.48 0.04
HSL 339.44º 0.89% 0.61% -
HSV(B) 339.44º 0.73% 0.96% -
XYZ 43.09 24.66 22.57 -
YUV 126.18 128.47 212.04 -
System Red Green Blue C M Y K H S L
Decimal 244 66 127 0 0.73 0.48 0.04 339.44 0.89 0.61
Hex F4 42 7F 0 49 30 4 153 59 3D
Octal 364 102 177 0 111 60 4 523 131 75
Binary 11110100 1000010 1111111 0 1001001 110000 100 101010011 1011001 111101

Color Harmonies of #F4427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4427F

Black with #F4427F

Text Example


Text Example

White with #F4427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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