Html Css Color HEX #FD63BA Hot Pink

📋 copy color: '#FD63BA'

red 253 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #FD63BA

Tints of Hot Pink #FD63BA

RGB

 RED value IS 253 (99.22% from 255) = 47.03%

 GREEN value IS 99 (39.06% from 255) = 18.4%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 47.03%
G = 18.4%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD63BA (or 0xFD63BA) is known color: Hot Pink. HEX triplet: FD, 63 and BA. RGB value is (253,99,186). Sum of RGB (Red+Green+Blue) = 253+99+186=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63BA is #029C45. Grayscale: #9A9A9A. Windows color (decimal): -171078 or 12215293. OLE color: 12215293.

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

Color convert

RGB 253 99 186 -
CMYK 0 0.61 0.26 0.01
HSL 326.1º 0.97% 0.69% -
HSV(B) 326.1º 0.61% 0.99% -
XYZ 53.83 33.35 50.05 -
YUV 154.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 253 99 186 0 0.61 0.26 0.01 326.1 0.97 0.69
Hex FD 63 BA 0 3D 1A 1 146 61 45
Octal 375 143 272 0 75 32 1 506 141 105
Binary 11111101 1100011 10111010 0 111101 11010 1 101000110 1100001 1000101

Color Harmonies of #FD63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63BA

Black with #FD63BA

Text Example


Text Example

White with #FD63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63BA; }

 p { color: rgb(253,99,186); }

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

background-color css

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

 a { background-color: rgb(253,99,186); }

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

border-color css

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

 span { border-color: rgb(253,99,186); }

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