Html Css Color HEX #FE138F Deep Pink

📋 copy color: '#FE138F'

red 254 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #FE138F

Tints of Deep Pink #FE138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 61.06%
G = 4.57%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE138F (or 0xFE138F) is known color: Deep Pink. HEX triplet: FE, 13 and 8F. RGB value is (254,19,143). Sum of RGB (Red+Green+Blue) = 254+19+143=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE138F is #01EC70. Grayscale: #676767. Windows color (decimal): -126065 or 9376766. OLE color: 9376766.

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

Color convert

RGB 254 19 143 -
CMYK 0 0.93 0.44 0.00
HSL 328.34º 0.99% 0.54% -
HSV(B) 328.34º 0.93% 1% -
XYZ 46.06 23.52 28.1 -
YUV 103.4 150.36 235.42 -
System Red Green Blue C M Y K H S L
Decimal 254 19 143 0 0.93 0.44 0.00 328.34 0.99 0.54
Hex FE 13 8F 0 5D 2C 0 148 63 36
Octal 376 23 217 0 135 54 0 510 143 66
Binary 11111110 10011 10001111 0 1011101 101100 0 101001000 1100011 110110

Color Harmonies of #FE138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE138F

Black with #FE138F

Text Example


Text Example

White with #FE138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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