Html Css Color HEX #FE1083 Deep Pink

📋 copy color: '#FE1083'

red 254 ◦ green 16 ◦ blue 131

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

Shades of Deep Pink #FE1083

Tints of Deep Pink #FE1083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.99%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 63.34%
G = 3.99%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE1083 (or 0xFE1083) is known color: Deep Pink. HEX triplet: FE, 10 and 83. RGB value is (254,16,131). Sum of RGB (Red+Green+Blue) = 254+16+131=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1083 is #01EF7C. Grayscale: #646464. Windows color (decimal): -126845 or 8589566. OLE color: 8589566.

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

Color convert

RGB 254 16 131 -
CMYK 0 0.94 0.48 0.00
HSL 331.01º 0.99% 0.53% -
HSV(B) 331.01º 0.94% 1% -
XYZ 45.16 23.08 23.55 -
YUV 100.27 145.35 237.65 -
System Red Green Blue C M Y K H S L
Decimal 254 16 131 0 0.94 0.48 0.00 331.01 0.99 0.53
Hex FE 10 83 0 5E 30 0 14B 63 35
Octal 376 20 203 0 136 60 0 513 143 65
Binary 11111110 10000 10000011 0 1011110 110000 0 101001011 1100011 110101

Color Harmonies of #FE1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1083

Black with #FE1083

Text Example


Text Example

White with #FE1083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1083; }

 p { color: rgb(254,16,131); }

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

background-color css

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

 a { background-color: rgb(254,16,131); }

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

border-color css

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

 span { border-color: rgb(254,16,131); }

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