Html Css Color HEX #FC65B5 Hot Pink

📋 copy color: '#FC65B5'

red 252 ◦ green 101 ◦ blue 181

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

Shades of Hot Pink #FC65B5

Tints of Hot Pink #FC65B5

RGB

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

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

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

R = 47.19%
G = 18.91%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC65B5 (or 0xFC65B5) is known color: Hot Pink. HEX triplet: FC, 65 and B5. RGB value is (252,101,181). Sum of RGB (Red+Green+Blue) = 252+101+181=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65B5 is #039A4A. Grayscale: #9B9B9B. Windows color (decimal): -236107 or 11888124. OLE color: 11888124.

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

Color convert

RGB 252 101 181 -
CMYK 0 0.60 0.28 0.01
HSL 328.21º 0.96% 0.69% -
HSV(B) 328.21º 0.6% 0.99% -
XYZ 53.14 33.34 47.35 -
YUV 155.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 252 101 181 0 0.60 0.28 0.01 328.21 0.96 0.69
Hex FC 65 B5 0 3C 1C 1 148 60 45
Octal 374 145 265 0 74 34 1 510 140 105
Binary 11111100 1100101 10110101 0 111100 11100 1 101001000 1100000 1000101

Color Harmonies of #FC65B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65B5

Black with #FC65B5

Text Example


Text Example

White with #FC65B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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