Html Css Color HEX #F4447D Violet Red

📋 copy color: '#F4447D'

red 244 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #F4447D

Tints of Violet Red #F4447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 55.84%
G = 15.56%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4447D (or 0xF4447D) is known color: Violet Red. HEX triplet: F4, 44 and 7D. RGB value is (244,68,125). Sum of RGB (Red+Green+Blue) = 244+68+125=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4447D is #0BBB82. Grayscale: #7F7F7F. Windows color (decimal): -768899 or 8209652. OLE color: 8209652.

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

Color convert

RGB 244 68 125 -
CMYK 0 0.72 0.49 0.04
HSL 340.57º 0.89% 0.61% -
HSV(B) 340.57º 0.72% 0.96% -
XYZ 43.08 24.85 21.93 -
YUV 127.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 244 68 125 0 0.72 0.49 0.04 340.57 0.89 0.61
Hex F4 44 7D 0 48 31 4 155 59 3D
Octal 364 104 175 0 110 61 4 525 131 75
Binary 11110100 1000100 1111101 0 1001000 110001 100 101010101 1011001 111101

Color Harmonies of #F4447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4447D

Black with #F4447D

Text Example


Text Example

White with #F4447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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