Html Css Color HEX #F13A8A Violet Red

📋 copy color: '#F13A8A'

red 241 ◦ green 58 ◦ blue 138

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

Shades of Violet Red #F13A8A

Tints of Violet Red #F13A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.27%

 BLUE value IS 138 (54.3% from 255) = 31.58%

R = 55.15%
G = 13.27%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F13A8A (or 0xF13A8A) is known color: Violet Red. HEX triplet: F1, 3A and 8A. RGB value is (241,58,138). Sum of RGB (Red+Green+Blue) = 241+58+138=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13A8A is #0EC575. Grayscale: #797979. Windows color (decimal): -968054 or 9059057. OLE color: 9059057.

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

Color convert

RGB 241 58 138 -
CMYK 0 0.76 0.43 0.05
HSL 333.77º 0.87% 0.59% -
HSV(B) 333.77º 0.76% 0.95% -
XYZ 42.38 23.56 26.36 -
YUV 121.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 241 58 138 0 0.76 0.43 0.05 333.77 0.87 0.59
Hex F1 3A 8A 0 4C 2B 5 14E 57 3B
Octal 361 72 212 0 114 53 5 516 127 73
Binary 11110001 111010 10001010 0 1001100 101011 101 101001110 1010111 111011

Color Harmonies of #F13A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A8A

Black with #F13A8A

Text Example


Text Example

White with #F13A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A8A; }

 p { color: rgb(241,58,138); }

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

background-color css

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

 a { background-color: rgb(241,58,138); }

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

border-color css

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

 span { border-color: rgb(241,58,138); }

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