Html Css Color HEX #FC53BE Hot Pink

📋 copy color: '#FC53BE'

red 252 ◦ green 83 ◦ blue 190

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

Shades of Hot Pink #FC53BE

Tints of Hot Pink #FC53BE

RGB

 RED value IS 252 (98.83% from 255) = 48%

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

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

R = 48%
G = 15.81%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC53BE (or 0xFC53BE) is known color: Hot Pink. HEX triplet: FC, 53 and BE. RGB value is (252,83,190). Sum of RGB (Red+Green+Blue) = 252+83+190=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53BE is #03AC41. Grayscale: #919191. Windows color (decimal): -240706 or 12473340. OLE color: 12473340.

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

Color convert

RGB 252 83 190 -
CMYK 0 0.67 0.25 0.01
HSL 322.01º 0.97% 0.66% -
HSV(B) 322.01º 0.67% 0.99% -
XYZ 52.53 30.6 51.85 -
YUV 145.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 252 83 190 0 0.67 0.25 0.01 322.01 0.97 0.66
Hex FC 53 BE 0 43 19 1 142 61 42
Octal 374 123 276 0 103 31 1 502 141 102
Binary 11111100 1010011 10111110 0 1000011 11001 1 101000010 1100001 1000010

Color Harmonies of #FC53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53BE

Black with #FC53BE

Text Example


Text Example

White with #FC53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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