Html Css Color HEX #F13279 Violet Red

📋 copy color: '#F13279'

red 241 ◦ green 50 ◦ blue 121

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

Shades of Violet Red #F13279

Tints of Violet Red #F13279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 58.5%
G = 12.14%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F13279 (or 0xF13279) is known color: Violet Red. HEX triplet: F1, 32 and 79. RGB value is (241,50,121). Sum of RGB (Red+Green+Blue) = 241+50+121=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F13279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13279 is #0ECD86. Grayscale: #737373. Windows color (decimal): -970119 or 7942897. OLE color: 7942897.

HSL color Cylindrical-coordinate representation of color #F13279: hue angle of 337.7º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13279 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 121 -
CMYK 0 0.79 0.50 0.05
HSL 337.7º 0.87% 0.57% -
HSV(B) 337.7º 0.79% 0.95% -
XYZ 40.87 22.36 20.25 -
YUV 115.2 131.28 217.73 -
System Red Green Blue C M Y K H S L
Decimal 241 50 121 0 0.79 0.50 0.05 337.7 0.87 0.57
Hex F1 32 79 0 4F 32 5 152 57 39
Octal 361 62 171 0 117 62 5 522 127 71
Binary 11110001 110010 1111001 0 1001111 110010 101 101010010 1010111 111001

Color Harmonies of #F13279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13279

Black with #F13279

Text Example


Text Example

White with #F13279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13279; }

 p { color: rgb(241,50,121); }

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

background-color css

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

 a { background-color: rgb(241,50,121); }

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

border-color css

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

 span { border-color: rgb(241,50,121); }

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