Html Css Color HEX #F13283 Violet Red

📋 copy color: '#F13283'

red 241 ◦ green 50 ◦ blue 131

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

Shades of Violet Red #F13283

Tints of Violet Red #F13283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.85%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 57.11%
G = 11.85%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F13283 (or 0xF13283) is known color: Violet Red. HEX triplet: F1, 32 and 83. RGB value is (241,50,131). Sum of RGB (Red+Green+Blue) = 241+50+131=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F13283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13283 is #0ECD7C. Grayscale: #747474. Windows color (decimal): -970109 or 8598257. OLE color: 8598257.

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

Color convert

RGB 241 50 131 -
CMYK 0 0.79 0.46 0.05
HSL 334.56º 0.87% 0.57% -
HSV(B) 334.56º 0.79% 0.95% -
XYZ 41.51 22.62 23.65 -
YUV 116.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 241 50 131 0 0.79 0.46 0.05 334.56 0.87 0.57
Hex F1 32 83 0 4F 2E 5 14F 57 39
Octal 361 62 203 0 117 56 5 517 127 71
Binary 11110001 110010 10000011 0 1001111 101110 101 101001111 1010111 111001

Color Harmonies of #F13283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13283

Black with #F13283

Text Example


Text Example

White with #F13283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13283; }

 p { color: rgb(241,50,131); }

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

background-color css

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

 a { background-color: rgb(241,50,131); }

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

border-color css

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

 span { border-color: rgb(241,50,131); }

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