Html Css Color HEX #F1377A Violet Red

📋 copy color: '#F1377A'

red 241 ◦ green 55 ◦ blue 122

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

Shades of Violet Red #F1377A

Tints of Violet Red #F1377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 57.66%
G = 13.16%
B = 29.19%

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

#F1377A (or 0xF1377A) is known color: Violet Red. HEX triplet: F1, 37 and 7A. RGB value is (241,55,122). Sum of RGB (Red+Green+Blue) = 241+55+122=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1377A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1377A is #0EC885. Grayscale: #767676. Windows color (decimal): -968838 or 8009713. OLE color: 8009713.

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

Color convert

RGB 241 55 122 -
CMYK 0 0.77 0.49 0.05
HSL 338.39º 0.87% 0.58% -
HSV(B) 338.39º 0.77% 0.95% -
XYZ 41.15 22.84 20.65 -
YUV 118.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 241 55 122 0 0.77 0.49 0.05 338.39 0.87 0.58
Hex F1 37 7A 0 4D 31 5 152 57 3A
Octal 361 67 172 0 115 61 5 522 127 72
Binary 11110001 110111 1111010 0 1001101 110001 101 101010010 1010111 111010

Color Harmonies of #F1377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1377A

Black with #F1377A

Text Example


Text Example

White with #F1377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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