Html Css Color HEX #FE69A8 Hot Pink

📋 copy color: '#FE69A8'

red 254 ◦ green 105 ◦ blue 168

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

Shades of Hot Pink #FE69A8

Tints of Hot Pink #FE69A8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.92%

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 48.2%
G = 19.92%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE69A8 (or 0xFE69A8) is known color: Hot Pink. HEX triplet: FE, 69 and A8. RGB value is (254,105,168). Sum of RGB (Red+Green+Blue) = 254+105+168=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE69A8 is #019657. Grayscale: #9C9C9C. Windows color (decimal): -104024 or 11037182. OLE color: 11037182.

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

Color convert

RGB 254 105 168 -
CMYK 0 0.59 0.34 0.00
HSL 334.63º 0.99% 0.7% -
HSV(B) 334.63º 0.59% 1% -
XYZ 52.99 34 40.82 -
YUV 156.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 254 105 168 0 0.59 0.34 0.00 334.63 0.99 0.7
Hex FE 69 A8 0 3B 22 0 14F 63 46
Octal 376 151 250 0 73 42 0 517 143 106
Binary 11111110 1101001 10101000 0 111011 100010 0 101001111 1100011 1000110

Color Harmonies of #FE69A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69A8

Black with #FE69A8

Text Example


Text Example

White with #FE69A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69A8; }

 p { color: rgb(254,105,168); }

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

background-color css

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

 a { background-color: rgb(254,105,168); }

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

border-color css

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

 span { border-color: rgb(254,105,168); }

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