Html Css Color HEX #FE68B0 Hot Pink

📋 copy color: '#FE68B0'

red 254 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #FE68B0

Tints of Hot Pink #FE68B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 47.57%
G = 19.48%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE68B0 (or 0xFE68B0) is known color: Hot Pink. HEX triplet: FE, 68 and B0. RGB value is (254,104,176). Sum of RGB (Red+Green+Blue) = 254+104+176=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE68B0 is #01974F. Grayscale: #9C9C9C. Windows color (decimal): -104272 or 11561214. OLE color: 11561214.

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

Color convert

RGB 254 104 176 -
CMYK 0 0.59 0.31 0.00
HSL 331.2º 0.99% 0.7% -
HSV(B) 331.2º 0.59% 1% -
XYZ 53.66 34.11 44.83 -
YUV 157.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 254 104 176 0 0.59 0.31 0.00 331.2 0.99 0.7
Hex FE 68 B0 0 3B 1F 0 14B 63 46
Octal 376 150 260 0 73 37 0 513 143 106
Binary 11111110 1101000 10110000 0 111011 11111 0 101001011 1100011 1000110

Color Harmonies of #FE68B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68B0

Black with #FE68B0

Text Example


Text Example

White with #FE68B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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