Html Css Color HEX #FC68BA Hot Pink

📋 copy color: '#FC68BA'

red 252 ◦ green 104 ◦ blue 186

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

Shades of Hot Pink #FC68BA

Tints of Hot Pink #FC68BA

RGB

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

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

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

R = 46.49%
G = 19.19%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC68BA (or 0xFC68BA) is known color: Hot Pink. HEX triplet: FC, 68 and BA. RGB value is (252,104,186). Sum of RGB (Red+Green+Blue) = 252+104+186=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68BA is #039745. Grayscale: #9D9D9D. Windows color (decimal): -235334 or 12216572. OLE color: 12216572.

HSL color Cylindrical-coordinate representation of color #FC68BA: hue angle of 326.76º 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 #FC68BA is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 104 186 -
CMYK 0 0.59 0.26 0.01
HSL 326.76º 0.96% 0.7% -
HSV(B) 326.76º 0.59% 0.99% -
XYZ 53.96 34.14 50.2 -
YUV 157.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 252 104 186 0 0.59 0.26 0.01 326.76 0.96 0.7
Hex FC 68 BA 0 3B 1A 1 147 60 46
Octal 374 150 272 0 73 32 1 507 140 106
Binary 11111100 1101000 10111010 0 111011 11010 1 101000111 1100000 1000110

Color Harmonies of #FC68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68BA

Black with #FC68BA

Text Example


Text Example

White with #FC68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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