Html Css Color HEX #FE148B Deep Pink

📋 copy color: '#FE148B'

red 254 ◦ green 20 ◦ blue 139

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

Shades of Deep Pink #FE148B

Tints of Deep Pink #FE148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.84%

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 61.5%
G = 4.84%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE148B (or 0xFE148B) is known color: Deep Pink. HEX triplet: FE, 14 and 8B. RGB value is (254,20,139). Sum of RGB (Red+Green+Blue) = 254+20+139=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE148B is #01EB74. Grayscale: #676767. Windows color (decimal): -125813 or 9114878. OLE color: 9114878.

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

Color convert

RGB 254 20 139 -
CMYK 0 0.92 0.45 0.00
HSL 329.49º 0.99% 0.54% -
HSV(B) 329.49º 0.92% 1% -
XYZ 45.78 23.44 26.54 -
YUV 103.53 148.02 235.32 -
System Red Green Blue C M Y K H S L
Decimal 254 20 139 0 0.92 0.45 0.00 329.49 0.99 0.54
Hex FE 14 8B 0 5C 2D 0 149 63 36
Octal 376 24 213 0 134 55 0 511 143 66
Binary 11111110 10100 10001011 0 1011100 101101 0 101001001 1100011 110110

Color Harmonies of #FE148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE148B

Black with #FE148B

Text Example


Text Example

White with #FE148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE148B; }

 p { color: rgb(254,20,139); }

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

background-color css

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

 a { background-color: rgb(254,20,139); }

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

border-color css

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

 span { border-color: rgb(254,20,139); }

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