Html Css Color HEX #FF53B9 Hot Pink

📋 copy color: '#FF53B9'

red 255 ◦ green 83 ◦ blue 185

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

Shades of Hot Pink #FF53B9

Tints of Hot Pink #FF53B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 48.76%
G = 15.87%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF53B9 (or 0xFF53B9) is known color: Hot Pink. HEX triplet: FF, 53 and B9. RGB value is (255,83,185). Sum of RGB (Red+Green+Blue) = 255+83+185=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53B9 is #00AC46. Grayscale: #919191. Windows color (decimal): -44103 or 12145663. OLE color: 12145663.

HSL color Cylindrical-coordinate representation of color #FF53B9: hue angle of 324.42º 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 #FF53B9 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 185 -
CMYK 0 0.67 0.27 0
HSL 324.42º 1% 0.66% -
HSV(B) 324.42º 0.67% 1% -
XYZ 53.09 30.95 49.07 -
YUV 146.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 255 83 185 0 0.67 0.27 0 324.42 1 0.66
Hex FF 53 B9 0 43 1B 0 144 64 42
Octal 377 123 271 0 103 33 0 504 144 102
Binary 11111111 1010011 10111001 0 1000011 11011 0 101000100 1100100 1000010

Color Harmonies of #FF53B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53B9

Black with #FF53B9

Text Example


Text Example

White with #FF53B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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