Html Css Color HEX #F53A8A Violet Red

📋 copy color: '#F53A8A'

red 245 ◦ green 58 ◦ blue 138

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

Shades of Violet Red #F53A8A

Tints of Violet Red #F53A8A

RGB

 RED value IS 245 (96.09% from 255) = 55.56%

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

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

R = 55.56%
G = 13.15%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F53A8A (or 0xF53A8A) is known color: Violet Red. HEX triplet: F5, 3A and 8A. RGB value is (245,58,138). Sum of RGB (Red+Green+Blue) = 245+58+138=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53A8A is #0AC575. Grayscale: #7A7A7A. Windows color (decimal): -705910 or 9059061. OLE color: 9059061.

HSL color Cylindrical-coordinate representation of color #F53A8A: hue angle of 334.33º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53A8A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 58 138 -
CMYK 0 0.76 0.44 0.04
HSL 334.33º 0.9% 0.59% -
HSV(B) 334.33º 0.76% 0.96% -
XYZ 43.76 24.27 26.42 -
YUV 123.03 136.45 215 -
System Red Green Blue C M Y K H S L
Decimal 245 58 138 0 0.76 0.44 0.04 334.33 0.9 0.59
Hex F5 3A 8A 0 4C 2C 4 14E 5A 3B
Octal 365 72 212 0 114 54 4 516 132 73
Binary 11110101 111010 10001010 0 1001100 101100 100 101001110 1011010 111011

Color Harmonies of #F53A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A8A

Black with #F53A8A

Text Example


Text Example

White with #F53A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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