Html Css Color HEX #FF53C0 Hot Pink

📋 copy color: '#FF53C0'

red 255 ◦ green 83 ◦ blue 192

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

Shades of Hot Pink #FF53C0

Tints of Hot Pink #FF53C0

RGB

 RED value IS 255 (100% from 255) = 48.11%

 GREEN value IS 83 (32.81% from 255) = 15.66%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 48.11%
G = 15.66%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF53C0 (or 0xFF53C0) is known color: Hot Pink. HEX triplet: FF, 53 and C0. RGB value is (255,83,192). Sum of RGB (Red+Green+Blue) = 255+83+192=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53C0 is #00AC3F. Grayscale: #929292. Windows color (decimal): -44096 or 12604415. OLE color: 12604415.

HSL color Cylindrical-coordinate representation of color #FF53C0: hue angle of 321.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53C0 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 192 -
CMYK 0 0.67 0.25 0
HSL 321.98º 1% 0.66% -
HSV(B) 321.98º 0.67% 1% -
XYZ 53.85 31.25 53.06 -
YUV 146.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 255 83 192 0 0.67 0.25 0 321.98 1 0.66
Hex FF 53 C0 0 43 19 0 142 64 42
Octal 377 123 300 0 103 31 0 502 144 102
Binary 11111111 1010011 11000000 0 1000011 11001 0 101000010 1100100 1000010

Color Harmonies of #FF53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53C0

Black with #FF53C0

Text Example


Text Example

White with #FF53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53C0; }

 p { color: rgb(255,83,192); }

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

background-color css

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

 a { background-color: rgb(255,83,192); }

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

border-color css

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

 span { border-color: rgb(255,83,192); }

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