Html Css Color HEX #F4378C Violet Red

📋 copy color: '#F4378C'

red 244 ◦ green 55 ◦ blue 140

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

Shades of Violet Red #F4378C

Tints of Violet Red #F4378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.53%

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 55.58%
G = 12.53%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4378C (or 0xF4378C) is known color: Violet Red. HEX triplet: F4, 37 and 8C. RGB value is (244,55,140). Sum of RGB (Red+Green+Blue) = 244+55+140=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4378C is #0BC873. Grayscale: #797979. Windows color (decimal): -772212 or 9189364. OLE color: 9189364.

HSL color Cylindrical-coordinate representation of color #F4378C: hue angle of 333.02º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4378C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 55 140 -
CMYK 0 0.77 0.43 0.04
HSL 333.02º 0.9% 0.59% -
HSV(B) 333.02º 0.77% 0.96% -
XYZ 43.41 23.86 27.13 -
YUV 121.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 244 55 140 0 0.77 0.43 0.04 333.02 0.9 0.59
Hex F4 37 8C 0 4D 2B 4 14D 5A 3B
Octal 364 67 214 0 115 53 4 515 132 73
Binary 11110100 110111 10001100 0 1001101 101011 100 101001101 1011010 111011

Color Harmonies of #F4378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4378C

Black with #F4378C

Text Example


Text Example

White with #F4378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4378C; }

 p { color: rgb(244,55,140); }

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

background-color css

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

 a { background-color: rgb(244,55,140); }

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

border-color css

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

 span { border-color: rgb(244,55,140); }

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