Html Css Color HEX #F1377C Violet Red

📋 copy color: '#F1377C'

red 241 ◦ green 55 ◦ blue 124

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

Shades of Violet Red #F1377C

Tints of Violet Red #F1377C

RGB

 RED value IS 241 (94.53% from 255) = 57.38%

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

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

R = 57.38%
G = 13.1%
B = 29.52%

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

#F1377C (or 0xF1377C) is known color: Violet Red. HEX triplet: F1, 37 and 7C. RGB value is (241,55,124). Sum of RGB (Red+Green+Blue) = 241+55+124=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1377C is #0EC883. Grayscale: #767676. Windows color (decimal): -968836 or 8140785. OLE color: 8140785.

HSL color Cylindrical-coordinate representation of color #F1377C: hue angle of 337.74º degrees, saturation: 0.87, 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 #F1377C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 124 -
CMYK 0 0.77 0.49 0.05
HSL 337.74º 0.87% 0.58% -
HSV(B) 337.74º 0.77% 0.95% -
XYZ 41.28 22.89 21.31 -
YUV 118.48 131.12 215.39 -
System Red Green Blue C M Y K H S L
Decimal 241 55 124 0 0.77 0.49 0.05 337.74 0.87 0.58
Hex F1 37 7C 0 4D 31 5 152 57 3A
Octal 361 67 174 0 115 61 5 522 127 72
Binary 11110001 110111 1111100 0 1001101 110001 101 101010010 1010111 111010

Color Harmonies of #F1377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1377C

Black with #F1377C

Text Example


Text Example

White with #F1377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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