Html Css Color HEX #F53D77 Violet Red

📋 copy color: '#F53D77'

red 245 ◦ green 61 ◦ blue 119

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

Shades of Violet Red #F53D77

Tints of Violet Red #F53D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.35%

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

R = 57.65%
G = 14.35%
B = 28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53D77 (or 0xF53D77) is known color: Violet Red. HEX triplet: F5, 3D and 77. RGB value is (245,61,119). Sum of RGB (Red+Green+Blue) = 245+61+119=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D77 is #0AC288. Grayscale: #7A7A7A. Windows color (decimal): -705161 or 7814645. OLE color: 7814645.

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

Color convert

RGB 245 61 119 -
CMYK 0 0.75 0.51 0.04
HSL 341.09º 0.9% 0.6% -
HSV(B) 341.09º 0.75% 0.96% -
XYZ 42.65 24.08 19.85 -
YUV 122.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 245 61 119 0 0.75 0.51 0.04 341.09 0.9 0.6
Hex F5 3D 77 0 4B 33 4 155 5A 3C
Octal 365 75 167 0 113 63 4 525 132 74
Binary 11110101 111101 1110111 0 1001011 110011 100 101010101 1011010 111100

Color Harmonies of #F53D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D77

Black with #F53D77

Text Example


Text Example

White with #F53D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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