Html Css Color HEX #FE1299 Deep Pink

📋 copy color: '#FE1299'

red 254 ◦ green 18 ◦ blue 153

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

Shades of Deep Pink #FE1299

Tints of Deep Pink #FE1299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 59.76%
G = 4.24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE1299 (or 0xFE1299) is known color: Deep Pink. HEX triplet: FE, 12 and 99. RGB value is (254,18,153). Sum of RGB (Red+Green+Blue) = 254+18+153=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1299 is #01ED66. Grayscale: #676767. Windows color (decimal): -126311 or 10031870. OLE color: 10031870.

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

Color convert

RGB 254 18 153 -
CMYK 0 0.93 0.40 0.00
HSL 325.68º 0.99% 0.53% -
HSV(B) 325.68º 0.93% 1% -
XYZ 46.84 23.8 32.26 -
YUV 103.95 155.69 235.02 -
System Red Green Blue C M Y K H S L
Decimal 254 18 153 0 0.93 0.40 0.00 325.68 0.99 0.53
Hex FE 12 99 0 5D 28 0 146 63 35
Octal 376 22 231 0 135 50 0 506 143 65
Binary 11111110 10010 10011001 0 1011101 101000 0 101000110 1100011 110101

Color Harmonies of #FE1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1299

Black with #FE1299

Text Example


Text Example

White with #FE1299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1299; }

 p { color: rgb(254,18,153); }

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

background-color css

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

 a { background-color: rgb(254,18,153); }

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

border-color css

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

 span { border-color: rgb(254,18,153); }

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