Html Css Color HEX #FE64B4 Hot Pink

📋 copy color: '#FE64B4'

red 254 ◦ green 100 ◦ blue 180

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

Shades of Hot Pink #FE64B4

Tints of Hot Pink #FE64B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.71%

R = 47.57%
G = 18.73%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE64B4 (or 0xFE64B4) is known color: Hot Pink. HEX triplet: FE, 64 and B4. RGB value is (254,100,180). Sum of RGB (Red+Green+Blue) = 254+100+180=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64B4 is #019B4B. Grayscale: #9B9B9B. Windows color (decimal): -105292 or 11822334. OLE color: 11822334.

HSL color Cylindrical-coordinate representation of color #FE64B4: hue angle of 328.83º 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 #FE64B4 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 180 -
CMYK 0 0.61 0.29 0.00
HSL 328.83º 0.99% 0.69% -
HSV(B) 328.83º 0.61% 1% -
XYZ 53.67 33.48 46.81 -
YUV 155.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 254 100 180 0 0.61 0.29 0.00 328.83 0.99 0.69
Hex FE 64 B4 0 3D 1D 0 149 63 45
Octal 376 144 264 0 75 35 0 511 143 105
Binary 11111110 1100100 10110100 0 111101 11101 0 101001001 1100011 1000101

Color Harmonies of #FE64B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64B4

Black with #FE64B4

Text Example


Text Example

White with #FE64B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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