Html Css Color HEX #FC68B0 Hot Pink

📋 copy color: '#FC68B0'

red 252 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #FC68B0

Tints of Hot Pink #FC68B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.55%

 BLUE value IS 176 (69.14% from 255) = 33.08%

R = 47.37%
G = 19.55%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC68B0 (or 0xFC68B0) is known color: Hot Pink. HEX triplet: FC, 68 and B0. RGB value is (252,104,176). Sum of RGB (Red+Green+Blue) = 252+104+176=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC68B0 is #03974F. Grayscale: #9C9C9C. Windows color (decimal): -235344 or 11561212. OLE color: 11561212.

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

Color convert

RGB 252 104 176 -
CMYK 0 0.59 0.30 0.01
HSL 330.81º 0.96% 0.7% -
HSV(B) 330.81º 0.59% 0.99% -
XYZ 52.93 33.73 44.8 -
YUV 156.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 252 104 176 0 0.59 0.30 0.01 330.81 0.96 0.7
Hex FC 68 B0 0 3B 1E 1 14B 60 46
Octal 374 150 260 0 73 36 1 513 140 106
Binary 11111100 1101000 10110000 0 111011 11110 1 101001011 1100000 1000110

Color Harmonies of #FC68B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68B0

Black with #FC68B0

Text Example


Text Example

White with #FC68B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68B0; }

 p { color: rgb(252,104,176); }

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

background-color css

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

 a { background-color: rgb(252,104,176); }

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

border-color css

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

 span { border-color: rgb(252,104,176); }

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