Html Css Color HEX #F4417C Violet Red

📋 copy color: '#F4417C'

red 244 ◦ green 65 ◦ blue 124

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

Shades of Violet Red #F4417C

Tints of Violet Red #F4417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 56.35%
G = 15.01%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4417C (or 0xF4417C) is known color: Violet Red. HEX triplet: F4, 41 and 7C. RGB value is (244,65,124). Sum of RGB (Red+Green+Blue) = 244+65+124=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4417C is #0BBE83. Grayscale: #7D7D7D. Windows color (decimal): -769668 or 8143348. OLE color: 8143348.

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

Color convert

RGB 244 65 124 -
CMYK 0 0.73 0.49 0.04
HSL 340.22º 0.89% 0.61% -
HSV(B) 340.22º 0.73% 0.96% -
XYZ 42.84 24.47 21.53 -
YUV 125.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 244 65 124 0 0.73 0.49 0.04 340.22 0.89 0.61
Hex F4 41 7C 0 49 31 4 154 59 3D
Octal 364 101 174 0 111 61 4 524 131 75
Binary 11110100 1000001 1111100 0 1001001 110001 100 101010100 1011001 111101

Color Harmonies of #F4417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4417C

Black with #F4417C

Text Example


Text Example

White with #F4417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4417C; }

 p { color: rgb(244,65,124); }

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

background-color css

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

 a { background-color: rgb(244,65,124); }

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

border-color css

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

 span { border-color: rgb(244,65,124); }

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