Html Css Color HEX #F2377C Violet Red

📋 copy color: '#F2377C'

red 242 ◦ green 55 ◦ blue 124

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

Shades of Violet Red #F2377C

Tints of Violet Red #F2377C

RGB

 RED value IS 242 (94.92% from 255) = 57.48%

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

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

R = 57.48%
G = 13.06%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2377C (or 0xF2377C) is known color: Violet Red. HEX triplet: F2, 37 and 7C. RGB value is (242,55,124). Sum of RGB (Red+Green+Blue) = 242+55+124=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2377C is #0DC883. Grayscale: #767676. Windows color (decimal): -903300 or 8140786. OLE color: 8140786.

HSL color Cylindrical-coordinate representation of color #F2377C: hue angle of 337.86º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2377C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 124 -
CMYK 0 0.77 0.49 0.05
HSL 337.86º 0.88% 0.58% -
HSV(B) 337.86º 0.77% 0.95% -
XYZ 41.62 23.06 21.33 -
YUV 118.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 242 55 124 0 0.77 0.49 0.05 337.86 0.88 0.58
Hex F2 37 7C 0 4D 31 5 152 58 3A
Octal 362 67 174 0 115 61 5 522 130 72
Binary 11110010 110111 1111100 0 1001101 110001 101 101010010 1011000 111010

Color Harmonies of #F2377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2377C

Black with #F2377C

Text Example


Text Example

White with #F2377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2377C; }

 p { color: rgb(242,55,124); }

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

background-color css

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

 a { background-color: rgb(242,55,124); }

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

border-color css

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

 span { border-color: rgb(242,55,124); }

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