Html Css Color HEX #F13C8A Violet Red

📋 copy color: '#F13C8A'

red 241 ◦ green 60 ◦ blue 138

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

Shades of Violet Red #F13C8A

Tints of Violet Red #F13C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.67%

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

R = 54.9%
G = 13.67%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F13C8A (or 0xF13C8A) is known color: Violet Red. HEX triplet: F1, 3C and 8A. RGB value is (241,60,138). Sum of RGB (Red+Green+Blue) = 241+60+138=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13C8A is #0EC375. Grayscale: #7A7A7A. Windows color (decimal): -967542 or 9059569. OLE color: 9059569.

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

Color convert

RGB 241 60 138 -
CMYK 0 0.75 0.43 0.05
HSL 334.14º 0.87% 0.59% -
HSV(B) 334.14º 0.75% 0.95% -
XYZ 42.48 23.77 26.39 -
YUV 123.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 241 60 138 0 0.75 0.43 0.05 334.14 0.87 0.59
Hex F1 3C 8A 0 4B 2B 5 14E 57 3B
Octal 361 74 212 0 113 53 5 516 127 73
Binary 11110001 111100 10001010 0 1001011 101011 101 101001110 1010111 111011

Color Harmonies of #F13C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C8A

Black with #F13C8A

Text Example


Text Example

White with #F13C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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