Html Css Color HEX #FE69B9 Hot Pink

📋 copy color: '#FE69B9'

red 254 ◦ green 105 ◦ blue 185

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

Shades of Hot Pink #FE69B9

Tints of Hot Pink #FE69B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 46.69%
G = 19.3%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE69B9 (or 0xFE69B9) is known color: Hot Pink. HEX triplet: FE, 69 and B9. RGB value is (254,105,185). Sum of RGB (Red+Green+Blue) = 254+105+185=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69B9 is #019646. Grayscale: #9E9E9E. Windows color (decimal): -104007 or 12151294. OLE color: 12151294.

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

Color convert

RGB 254 105 185 -
CMYK 0 0.59 0.27 0.00
HSL 327.79º 0.99% 0.7% -
HSV(B) 327.79º 0.59% 1% -
XYZ 54.68 34.68 49.71 -
YUV 158.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 254 105 185 0 0.59 0.27 0.00 327.79 0.99 0.7
Hex FE 69 B9 0 3B 1B 0 148 63 46
Octal 376 151 271 0 73 33 0 510 143 106
Binary 11111110 1101001 10111001 0 111011 11011 0 101001000 1100011 1000110

Color Harmonies of #FE69B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69B9

Black with #FE69B9

Text Example


Text Example

White with #FE69B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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