Html Css Color HEX #F13185 Violet Red

📋 copy color: '#F13185'

red 241 ◦ green 49 ◦ blue 133

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

Shades of Violet Red #F13185

Tints of Violet Red #F13185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.58%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 56.97%
G = 11.58%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F13185 (or 0xF13185) is known color: Violet Red. HEX triplet: F1, 31 and 85. RGB value is (241,49,133). Sum of RGB (Red+Green+Blue) = 241+49+133=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F13185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13185 is #0ECE7A. Grayscale: #737373. Windows color (decimal): -970363 or 8729073. OLE color: 8729073.

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

Color convert

RGB 241 49 133 -
CMYK 0 0.80 0.45 0.05
HSL 333.75º 0.87% 0.57% -
HSV(B) 333.75º 0.8% 0.95% -
XYZ 41.61 22.59 24.36 -
YUV 115.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 241 49 133 0 0.80 0.45 0.05 333.75 0.87 0.57
Hex F1 31 85 0 50 2D 5 14E 57 39
Octal 361 61 205 0 120 55 5 516 127 71
Binary 11110001 110001 10000101 0 1010000 101101 101 101001110 1010111 111001

Color Harmonies of #F13185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13185

Black with #F13185

Text Example


Text Example

White with #F13185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13185; }

 p { color: rgb(241,49,133); }

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

background-color css

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

 a { background-color: rgb(241,49,133); }

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

border-color css

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

 span { border-color: rgb(241,49,133); }

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