Html Css Color HEX #FE68A5 Hot Pink

📋 copy color: '#FE68A5'

red 254 ◦ green 104 ◦ blue 165

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

Shades of Hot Pink #FE68A5

Tints of Hot Pink #FE68A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.55%

R = 48.57%
G = 19.89%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE68A5 (or 0xFE68A5) is known color: Hot Pink. HEX triplet: FE, 68 and A5. RGB value is (254,104,165). Sum of RGB (Red+Green+Blue) = 254+104+165=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE68A5 is #01975A. Grayscale: #9B9B9B. Windows color (decimal): -104283 or 10840318. OLE color: 10840318.

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

Color convert

RGB 254 104 165 -
CMYK 0 0.59 0.35 0.00
HSL 335.6º 0.99% 0.7% -
HSV(B) 335.6º 0.59% 1% -
XYZ 52.61 33.69 39.33 -
YUV 155.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 254 104 165 0 0.59 0.35 0.00 335.6 0.99 0.7
Hex FE 68 A5 0 3B 23 0 150 63 46
Octal 376 150 245 0 73 43 0 520 143 106
Binary 11111110 1101000 10100101 0 111011 100011 0 101010000 1100011 1000110

Color Harmonies of #FE68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68A5

Black with #FE68A5

Text Example


Text Example

White with #FE68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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