Html Css Color HEX #FC68B5 Hot Pink

📋 copy color: '#FC68B5'

red 252 ◦ green 104 ◦ blue 181

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

Shades of Hot Pink #FC68B5

Tints of Hot Pink #FC68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.71%

R = 46.93%
G = 19.37%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC68B5 (or 0xFC68B5) is known color: Hot Pink. HEX triplet: FC, 68 and B5. RGB value is (252,104,181). Sum of RGB (Red+Green+Blue) = 252+104+181=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68B5 is #03974A. Grayscale: #9C9C9C. Windows color (decimal): -235339 or 11888892. OLE color: 11888892.

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

Color convert

RGB 252 104 181 -
CMYK 0 0.59 0.28 0.01
HSL 328.78º 0.96% 0.7% -
HSV(B) 328.78º 0.59% 0.99% -
XYZ 53.44 33.93 47.45 -
YUV 157.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 252 104 181 0 0.59 0.28 0.01 328.78 0.96 0.7
Hex FC 68 B5 0 3B 1C 1 149 60 46
Octal 374 150 265 0 73 34 1 511 140 106
Binary 11111100 1101000 10110101 0 111011 11100 1 101001001 1100000 1000110

Color Harmonies of #FC68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68B5

Black with #FC68B5

Text Example


Text Example

White with #FC68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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