Html Css Color HEX #FE68AB Hot Pink

📋 copy color: '#FE68AB'

red 254 ◦ green 104 ◦ blue 171

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

Shades of Hot Pink #FE68AB

Tints of Hot Pink #FE68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 48.02%
G = 19.66%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE68AB (or 0xFE68AB) is known color: Hot Pink. HEX triplet: FE, 68 and AB. RGB value is (254,104,171). Sum of RGB (Red+Green+Blue) = 254+104+171=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE68AB is #019754. Grayscale: #9C9C9C. Windows color (decimal): -104277 or 11233534. OLE color: 11233534.

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

Color convert

RGB 254 104 171 -
CMYK 0 0.59 0.33 0.00
HSL 333.2º 0.99% 0.7% -
HSV(B) 333.2º 0.59% 1% -
XYZ 53.17 33.91 42.27 -
YUV 156.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 254 104 171 0 0.59 0.33 0.00 333.2 0.99 0.7
Hex FE 68 AB 0 3B 21 0 14D 63 46
Octal 376 150 253 0 73 41 0 515 143 106
Binary 11111110 1101000 10101011 0 111011 100001 0 101001101 1100011 1000110

Color Harmonies of #FE68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68AB

Black with #FE68AB

Text Example


Text Example

White with #FE68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68AB; }

 p { color: rgb(254,104,171); }

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

background-color css

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

 a { background-color: rgb(254,104,171); }

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

border-color css

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

 span { border-color: rgb(254,104,171); }

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