Html Css Color HEX #FE137B Deep Pink

📋 copy color: '#FE137B'

red 254 ◦ green 19 ◦ blue 123

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

Shades of Deep Pink #FE137B

Tints of Deep Pink #FE137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 64.14%
G = 4.8%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE137B (or 0xFE137B) is known color: Deep Pink. HEX triplet: FE, 13 and 7B. RGB value is (254,19,123). Sum of RGB (Red+Green+Blue) = 254+19+123=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE137B is #01EC84. Grayscale: #646464. Windows color (decimal): -126085 or 8066046. OLE color: 8066046.

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

Color convert

RGB 254 19 123 -
CMYK 0 0.93 0.52 0.00
HSL 333.45º 0.99% 0.54% -
HSV(B) 333.45º 0.93% 1% -
XYZ 44.68 22.97 20.82 -
YUV 101.12 140.36 237.04 -
System Red Green Blue C M Y K H S L
Decimal 254 19 123 0 0.93 0.52 0.00 333.45 0.99 0.54
Hex FE 13 7B 0 5D 34 0 14D 63 36
Octal 376 23 173 0 135 64 0 515 143 66
Binary 11111110 10011 1111011 0 1011101 110100 0 101001101 1100011 110110

Color Harmonies of #FE137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE137B

Black with #FE137B

Text Example


Text Example

White with #FE137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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