Html Css Color HEX #F53A8B Violet Red

📋 copy color: '#F53A8B'

red 245 ◦ green 58 ◦ blue 139

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

Shades of Violet Red #F53A8B

Tints of Violet Red #F53A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 55.43%
G = 13.12%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F53A8B (or 0xF53A8B) is known color: Violet Red. HEX triplet: F5, 3A and 8B. RGB value is (245,58,139). Sum of RGB (Red+Green+Blue) = 245+58+139=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53A8B is #0AC574. Grayscale: #7B7B7B. Windows color (decimal): -705909 or 9124597. OLE color: 9124597.

HSL color Cylindrical-coordinate representation of color #F53A8B: hue angle of 334.01º 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 #F53A8B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 58 139 -
CMYK 0 0.76 0.43 0.04
HSL 334.01º 0.9% 0.59% -
HSV(B) 334.01º 0.76% 0.96% -
XYZ 43.83 24.3 26.81 -
YUV 123.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 245 58 139 0 0.76 0.43 0.04 334.01 0.9 0.59
Hex F5 3A 8B 0 4C 2B 4 14E 5A 3B
Octal 365 72 213 0 114 53 4 516 132 73
Binary 11110101 111010 10001011 0 1001100 101011 100 101001110 1011010 111011

Color Harmonies of #F53A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A8B

Black with #F53A8B

Text Example


Text Example

White with #F53A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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