Html Css Color HEX #F1337C Violet Red

📋 copy color: '#F1337C'

red 241 ◦ green 51 ◦ blue 124

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

Shades of Violet Red #F1337C

Tints of Violet Red #F1337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

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

R = 57.93%
G = 12.26%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1337C (or 0xF1337C) is known color: Violet Red. HEX triplet: F1, 33 and 7C. RGB value is (241,51,124). Sum of RGB (Red+Green+Blue) = 241+51+124=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1337C is #0ECC83. Grayscale: #747474. Windows color (decimal): -969860 or 8139761. OLE color: 8139761.

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

Color convert

RGB 241 51 124 -
CMYK 0 0.79 0.49 0.05
HSL 336.95º 0.87% 0.57% -
HSV(B) 336.95º 0.79% 0.95% -
XYZ 41.1 22.52 21.25 -
YUV 116.13 132.45 217.06 -
System Red Green Blue C M Y K H S L
Decimal 241 51 124 0 0.79 0.49 0.05 336.95 0.87 0.57
Hex F1 33 7C 0 4F 31 5 151 57 39
Octal 361 63 174 0 117 61 5 521 127 71
Binary 11110001 110011 1111100 0 1001111 110001 101 101010001 1010111 111001

Color Harmonies of #F1337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1337C

Black with #F1337C

Text Example


Text Example

White with #F1337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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