Html Css Color HEX #F53D8C Violet Red

📋 copy color: '#F53D8C'

red 245 ◦ green 61 ◦ blue 140

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

Shades of Violet Red #F53D8C

Tints of Violet Red #F53D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 54.93%
G = 13.68%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F53D8C (or 0xF53D8C) is known color: Violet Red. HEX triplet: F5, 3D and 8C. RGB value is (245,61,140). Sum of RGB (Red+Green+Blue) = 245+61+140=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D8C is #0AC273. Grayscale: #7C7C7C. Windows color (decimal): -705140 or 9190901. OLE color: 9190901.

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

Color convert

RGB 245 61 140 -
CMYK 0 0.75 0.43 0.04
HSL 334.24º 0.9% 0.6% -
HSV(B) 334.24º 0.75% 0.96% -
XYZ 44.06 24.64 27.25 -
YUV 125.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 245 61 140 0 0.75 0.43 0.04 334.24 0.9 0.6
Hex F5 3D 8C 0 4B 2B 4 14E 5A 3C
Octal 365 75 214 0 113 53 4 516 132 74
Binary 11110101 111101 10001100 0 1001011 101011 100 101001110 1011010 111100

Color Harmonies of #F53D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D8C

Black with #F53D8C

Text Example


Text Example

White with #F53D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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