Html Css Color HEX #FE64BC Hot Pink

📋 copy color: '#FE64BC'

red 254 ◦ green 100 ◦ blue 188

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

Shades of Hot Pink #FE64BC

Tints of Hot Pink #FE64BC

RGB

 RED value IS 254 (99.61% from 255) = 46.86%

 GREEN value IS 100 (39.45% from 255) = 18.45%

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 46.86%
G = 18.45%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE64BC (or 0xFE64BC) is known color: Hot Pink. HEX triplet: FE, 64 and BC. RGB value is (254,100,188). Sum of RGB (Red+Green+Blue) = 254+100+188=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64BC is #019B43. Grayscale: #9B9B9B. Windows color (decimal): -105284 or 12346622. OLE color: 12346622.

HSL color Cylindrical-coordinate representation of color #FE64BC: hue angle of 325.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64BC is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 188 -
CMYK 0 0.61 0.26 0.00
HSL 325.71º 0.99% 0.69% -
HSV(B) 325.71º 0.61% 1% -
XYZ 54.51 33.82 51.23 -
YUV 156.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 254 100 188 0 0.61 0.26 0.00 325.71 0.99 0.69
Hex FE 64 BC 0 3D 1A 0 146 63 45
Octal 376 144 274 0 75 32 0 506 143 105
Binary 11111110 1100100 10111100 0 111101 11010 0 101000110 1100011 1000101

Color Harmonies of #FE64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64BC

Black with #FE64BC

Text Example


Text Example

White with #FE64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64BC; }

 p { color: rgb(254,100,188); }

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

background-color css

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

 a { background-color: rgb(254,100,188); }

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

border-color css

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

 span { border-color: rgb(254,100,188); }

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