Html Css Color HEX #FC65B2 Hot Pink

📋 copy color: '#FC65B2'

red 252 ◦ green 101 ◦ blue 178

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

Shades of Hot Pink #FC65B2

Tints of Hot Pink #FC65B2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.02%

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 47.46%
G = 19.02%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC65B2 (or 0xFC65B2) is known color: Hot Pink. HEX triplet: FC, 65 and B2. RGB value is (252,101,178). Sum of RGB (Red+Green+Blue) = 252+101+178=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65B2 is #039A4D. Grayscale: #9A9A9A. Windows color (decimal): -236110 or 11691516. OLE color: 11691516.

HSL color Cylindrical-coordinate representation of color #FC65B2: hue angle of 329.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65B2 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 101 178 -
CMYK 0 0.60 0.29 0.01
HSL 329.4º 0.96% 0.69% -
HSV(B) 329.4º 0.6% 0.99% -
XYZ 52.83 33.22 45.75 -
YUV 154.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 252 101 178 0 0.60 0.29 0.01 329.4 0.96 0.69
Hex FC 65 B2 0 3C 1D 1 149 60 45
Octal 374 145 262 0 74 35 1 511 140 105
Binary 11111100 1100101 10110010 0 111100 11101 1 101001001 1100000 1000101

Color Harmonies of #FC65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65B2

Black with #FC65B2

Text Example


Text Example

White with #FC65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65B2; }

 p { color: rgb(252,101,178); }

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

background-color css

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

 a { background-color: rgb(252,101,178); }

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

border-color css

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

 span { border-color: rgb(252,101,178); }

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