Html Css Color HEX #F42F77 Violet Red

📋 copy color: '#F42F77'

red 244 ◦ green 47 ◦ blue 119

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

Shades of Violet Red #F42F77

Tints of Violet Red #F42F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.46%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 59.51%
G = 11.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F42F77 (or 0xF42F77) is known color: Violet Red. HEX triplet: F4, 2F and 77. RGB value is (244,47,119). Sum of RGB (Red+Green+Blue) = 244+47+119=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F77 is #0BD088. Grayscale: #727272. Windows color (decimal): -774281 or 7811060. OLE color: 7811060.

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

Color convert

RGB 244 47 119 -
CMYK 0 0.81 0.51 0.04
HSL 338.07º 0.9% 0.57% -
HSV(B) 338.07º 0.81% 0.96% -
XYZ 41.65 22.6 19.62 -
YUV 114.11 130.77 220.65 -
System Red Green Blue C M Y K H S L
Decimal 244 47 119 0 0.81 0.51 0.04 338.07 0.9 0.57
Hex F4 2F 77 0 51 33 4 152 5A 39
Octal 364 57 167 0 121 63 4 522 132 71
Binary 11110100 101111 1110111 0 1010001 110011 100 101010010 1011010 111001

Color Harmonies of #F42F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F77

Black with #F42F77

Text Example


Text Example

White with #F42F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F77; }

 p { color: rgb(244,47,119); }

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

background-color css

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

 a { background-color: rgb(244,47,119); }

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

border-color css

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

 span { border-color: rgb(244,47,119); }

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