Html Css Color HEX #F13488 Violet Red

📋 copy color: '#F13488'

red 241 ◦ green 52 ◦ blue 136

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

Shades of Violet Red #F13488

Tints of Violet Red #F13488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 56.18%
G = 12.12%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F13488 (or 0xF13488) is known color: Violet Red. HEX triplet: F1, 34 and 88. RGB value is (241,52,136). Sum of RGB (Red+Green+Blue) = 241+52+136=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F13488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13488 is #0ECB77. Grayscale: #757575. Windows color (decimal): -969592 or 8926449. OLE color: 8926449.

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

Color convert

RGB 241 52 136 -
CMYK 0 0.78 0.44 0.05
HSL 333.33º 0.87% 0.57% -
HSV(B) 333.33º 0.78% 0.95% -
XYZ 41.95 22.93 25.51 -
YUV 118.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 241 52 136 0 0.78 0.44 0.05 333.33 0.87 0.57
Hex F1 34 88 0 4E 2C 5 14D 57 39
Octal 361 64 210 0 116 54 5 515 127 71
Binary 11110001 110100 10001000 0 1001110 101100 101 101001101 1010111 111001

Color Harmonies of #F13488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13488

Black with #F13488

Text Example


Text Example

White with #F13488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13488; }

 p { color: rgb(241,52,136); }

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

background-color css

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

 a { background-color: rgb(241,52,136); }

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

border-color css

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

 span { border-color: rgb(241,52,136); }

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