Html Css Color HEX #FE148F Deep Pink

📋 copy color: '#FE148F'

red 254 ◦ green 20 ◦ blue 143

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

Shades of Deep Pink #FE148F

Tints of Deep Pink #FE148F

RGB

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

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

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

R = 60.91%
G = 4.8%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE148F (or 0xFE148F) is known color: Deep Pink. HEX triplet: FE, 14 and 8F. RGB value is (254,20,143). Sum of RGB (Red+Green+Blue) = 254+20+143=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE148F is #01EB70. Grayscale: #676767. Windows color (decimal): -125809 or 9377022. OLE color: 9377022.

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

Color convert

RGB 254 20 143 -
CMYK 0 0.92 0.44 0.00
HSL 328.46º 0.99% 0.54% -
HSV(B) 328.46º 0.92% 1% -
XYZ 46.08 23.55 28.1 -
YUV 103.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 254 20 143 0 0.92 0.44 0.00 328.46 0.99 0.54
Hex FE 14 8F 0 5C 2C 0 148 63 36
Octal 376 24 217 0 134 54 0 510 143 66
Binary 11111110 10100 10001111 0 1011100 101100 0 101001000 1100011 110110

Color Harmonies of #FE148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE148F

Black with #FE148F

Text Example


Text Example

White with #FE148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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