Html Css Color HEX #FF53BE Hot Pink

📋 copy color: '#FF53BE'

red 255 ◦ green 83 ◦ blue 190

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

Shades of Hot Pink #FF53BE

Tints of Hot Pink #FF53BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 48.3%
G = 15.72%
B = 35.98%

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

#FF53BE (or 0xFF53BE) is known color: Hot Pink. HEX triplet: FF, 53 and BE. RGB value is (255,83,190). Sum of RGB (Red+Green+Blue) = 255+83+190=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53BE is #00AC41. Grayscale: #929292. Windows color (decimal): -44098 or 12473343. OLE color: 12473343.

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

Color convert

RGB 255 83 190 -
CMYK 0 0.67 0.25 0
HSL 322.67º 1% 0.66% -
HSV(B) 322.67º 0.67% 1% -
XYZ 53.63 31.16 51.9 -
YUV 146.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 255 83 190 0 0.67 0.25 0 322.67 1 0.66
Hex FF 53 BE 0 43 19 0 143 64 42
Octal 377 123 276 0 103 31 0 503 144 102
Binary 11111111 1010011 10111110 0 1000011 11001 0 101000011 1100100 1000010

Color Harmonies of #FF53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53BE

Black with #FF53BE

Text Example


Text Example

White with #FF53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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