Html Css Color HEX #FB53BC Hot Pink

📋 copy color: '#FB53BC'

red 251 ◦ green 83 ◦ blue 188

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

Shades of Hot Pink #FB53BC

Tints of Hot Pink #FB53BC

RGB

 RED value IS 251 (98.44% from 255) = 48.08%

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 48.08%
G = 15.9%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB53BC (or 0xFB53BC) is known color: Hot Pink. HEX triplet: FB, 53 and BC. RGB value is (251,83,188). Sum of RGB (Red+Green+Blue) = 251+83+188=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53BC is #04AC43. Grayscale: #909090. Windows color (decimal): -306244 or 12342267. OLE color: 12342267.

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

Color convert

RGB 251 83 188 -
CMYK 0 0.67 0.25 0.02
HSL 322.5º 0.95% 0.65% -
HSV(B) 322.5º 0.67% 0.98% -
XYZ 51.95 30.33 50.69 -
YUV 145.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 251 83 188 0 0.67 0.25 0.02 322.5 0.95 0.65
Hex FB 53 BC 0 43 19 2 142 5F 41
Octal 373 123 274 0 103 31 2 502 137 101
Binary 11111011 1010011 10111100 0 1000011 11001 10 101000010 1011111 1000001

Color Harmonies of #FB53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53BC

Black with #FB53BC

Text Example


Text Example

White with #FB53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53BC; }

 p { color: rgb(251,83,188); }

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

background-color css

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

 a { background-color: rgb(251,83,188); }

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

border-color css

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

 span { border-color: rgb(251,83,188); }

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