Html Css Color HEX #FE6BA9 Hot Pink

📋 copy color: '#FE6BA9'

red 254 ◦ green 107 ◦ blue 169

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

Shades of Hot Pink #FE6BA9

Tints of Hot Pink #FE6BA9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 169 (66.41% from 255) = 31.89%

R = 47.92%
G = 20.19%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE6BA9 (or 0xFE6BA9) is known color: Hot Pink. HEX triplet: FE, 6B and A9. RGB value is (254,107,169). Sum of RGB (Red+Green+Blue) = 254+107+169=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6BA9 is #019456. Grayscale: #9D9D9D. Windows color (decimal): -103511 or 11103230. OLE color: 11103230.

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

Color convert

RGB 254 107 169 -
CMYK 0 0.58 0.33 0.00
HSL 334.69º 0.99% 0.71% -
HSV(B) 334.69º 0.58% 1% -
XYZ 53.29 34.45 41.38 -
YUV 158.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 254 107 169 0 0.58 0.33 0.00 334.69 0.99 0.71
Hex FE 6B A9 0 3A 21 0 14F 63 47
Octal 376 153 251 0 72 41 0 517 143 107
Binary 11111110 1101011 10101001 0 111010 100001 0 101001111 1100011 1000111

Color Harmonies of #FE6BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BA9

Black with #FE6BA9

Text Example


Text Example

White with #FE6BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BA9; }

 p { color: rgb(254,107,169); }

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

background-color css

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

 a { background-color: rgb(254,107,169); }

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

border-color css

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

 span { border-color: rgb(254,107,169); }

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