Html Css Color HEX #FC70BC Hot Pink

📋 copy color: '#FC70BC'

red 252 ◦ green 112 ◦ blue 188

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

Shades of Hot Pink #FC70BC

Tints of Hot Pink #FC70BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

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

R = 45.65%
G = 20.29%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC70BC (or 0xFC70BC) is known color: Hot Pink. HEX triplet: FC, 70 and BC. RGB value is (252,112,188). Sum of RGB (Red+Green+Blue) = 252+112+188=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70BC is #038F43. Grayscale: #A2A2A2. Windows color (decimal): -233284 or 12349692. OLE color: 12349692.

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

Color convert

RGB 252 112 188 -
CMYK 0 0.56 0.25 0.01
HSL 327.43º 0.96% 0.71% -
HSV(B) 327.43º 0.56% 0.99% -
XYZ 55.02 35.91 51.61 -
YUV 162.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 252 112 188 0 0.56 0.25 0.01 327.43 0.96 0.71
Hex FC 70 BC 0 38 19 1 147 60 47
Octal 374 160 274 0 70 31 1 507 140 107
Binary 11111100 1110000 10111100 0 111000 11001 1 101000111 1100000 1000111

Color Harmonies of #FC70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70BC

Black with #FC70BC

Text Example


Text Example

White with #FC70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70BC; }

 p { color: rgb(252,112,188); }

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

background-color css

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

 a { background-color: rgb(252,112,188); }

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

border-color css

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

 span { border-color: rgb(252,112,188); }

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