Html Css Color HEX #F13F8C Violet Red

📋 copy color: '#F13F8C'

red 241 ◦ green 63 ◦ blue 140

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

Shades of Violet Red #F13F8C

Tints of Violet Red #F13F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 14.19%

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 54.28%
G = 14.19%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F13F8C (or 0xF13F8C) is known color: Violet Red. HEX triplet: F1, 3F and 8C. RGB value is (241,63,140). Sum of RGB (Red+Green+Blue) = 241+63+140=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13F8C is #0EC073. Grayscale: #7C7C7C. Windows color (decimal): -966772 or 9191409. OLE color: 9191409.

HSL color Cylindrical-coordinate representation of color #F13F8C: hue angle of 334.04º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F8C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 140 -
CMYK 0 0.74 0.42 0.05
HSL 334.05º 0.86% 0.6% -
HSV(B) 334.05º 0.74% 0.95% -
XYZ 42.79 24.15 27.22 -
YUV 125 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 241 63 140 0 0.74 0.42 0.05 334.05 0.86 0.6
Hex F1 3F 8C 0 4A 2A 5 14E 56 3C
Octal 361 77 214 0 112 52 5 516 126 74
Binary 11110001 111111 10001100 0 1001010 101010 101 101001110 1010110 111100

Color Harmonies of #F13F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F8C

Black with #F13F8C

Text Example


Text Example

White with #F13F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F8C; }

 p { color: rgb(241,63,140); }

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

background-color css

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

 a { background-color: rgb(241,63,140); }

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

border-color css

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

 span { border-color: rgb(241,63,140); }

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