Html Css Color HEX #F4327D Violet Red

📋 copy color: '#F4327D'

red 244 ◦ green 50 ◦ blue 125

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

Shades of Violet Red #F4327D

Tints of Violet Red #F4327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

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

R = 58.23%
G = 11.93%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4327D (or 0xF4327D) is known color: Violet Red. HEX triplet: F4, 32 and 7D. RGB value is (244,50,125). Sum of RGB (Red+Green+Blue) = 244+50+125=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4327D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4327D is #0BCD82. Grayscale: #747474. Windows color (decimal): -773507 or 8205044. OLE color: 8205044.

HSL color Cylindrical-coordinate representation of color #F4327D: hue angle of 336.8º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4327D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 125 -
CMYK 0 0.80 0.49 0.04
HSL 336.8º 0.9% 0.58% -
HSV(B) 336.8º 0.8% 0.96% -
XYZ 42.15 22.99 21.62 -
YUV 116.56 132.77 218.9 -
System Red Green Blue C M Y K H S L
Decimal 244 50 125 0 0.80 0.49 0.04 336.8 0.9 0.58
Hex F4 32 7D 0 50 31 4 151 5A 3A
Octal 364 62 175 0 120 61 4 521 132 72
Binary 11110100 110010 1111101 0 1010000 110001 100 101010001 1011010 111010

Color Harmonies of #F4327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4327D

Black with #F4327D

Text Example


Text Example

White with #F4327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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