Html Css Color HEX #FE1385 Deep Pink

📋 copy color: '#FE1385'

red 254 ◦ green 19 ◦ blue 133

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

Shades of Deep Pink #FE1385

Tints of Deep Pink #FE1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.68%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 62.56%
G = 4.68%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE1385 (or 0xFE1385) is known color: Deep Pink. HEX triplet: FE, 13 and 85. RGB value is (254,19,133). Sum of RGB (Red+Green+Blue) = 254+19+133=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1385 is #01EC7A. Grayscale: #666666. Windows color (decimal): -126075 or 8721406. OLE color: 8721406.

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

Color convert

RGB 254 19 133 -
CMYK 0 0.93 0.48 0.00
HSL 330.89º 0.99% 0.54% -
HSV(B) 330.89º 0.93% 1% -
XYZ 45.34 23.23 24.28 -
YUV 102.26 145.36 236.23 -
System Red Green Blue C M Y K H S L
Decimal 254 19 133 0 0.93 0.48 0.00 330.89 0.99 0.54
Hex FE 13 85 0 5D 30 0 14B 63 36
Octal 376 23 205 0 135 60 0 513 143 66
Binary 11111110 10011 10000101 0 1011101 110000 0 101001011 1100011 110110

Color Harmonies of #FE1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1385

Black with #FE1385

Text Example


Text Example

White with #FE1385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1385; }

 p { color: rgb(254,19,133); }

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

background-color css

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

 a { background-color: rgb(254,19,133); }

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

border-color css

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

 span { border-color: rgb(254,19,133); }

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