Html Css Color HEX #F53B77 Violet Red

📋 copy color: '#F53B77'

red 245 ◦ green 59 ◦ blue 119

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

Shades of Violet Red #F53B77

Tints of Violet Red #F53B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.95%

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 57.92%
G = 13.95%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53B77 (or 0xF53B77) is known color: Violet Red. HEX triplet: F5, 3B and 77. RGB value is (245,59,119). Sum of RGB (Red+Green+Blue) = 245+59+119=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B77 is #0AC488. Grayscale: #797979. Windows color (decimal): -705673 or 7814133. OLE color: 7814133.

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

Color convert

RGB 245 59 119 -
CMYK 0 0.76 0.51 0.04
HSL 340.65º 0.9% 0.6% -
HSV(B) 340.65º 0.76% 0.96% -
XYZ 42.55 23.87 19.82 -
YUV 121.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 245 59 119 0 0.76 0.51 0.04 340.65 0.9 0.6
Hex F5 3B 77 0 4C 33 4 155 5A 3C
Octal 365 73 167 0 114 63 4 525 132 74
Binary 11110101 111011 1110111 0 1001100 110011 100 101010101 1011010 111100

Color Harmonies of #F53B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B77

Black with #F53B77

Text Example


Text Example

White with #F53B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B77; }

 p { color: rgb(245,59,119); }

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

background-color css

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

 a { background-color: rgb(245,59,119); }

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

border-color css

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

 span { border-color: rgb(245,59,119); }

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