Html Css Color HEX #FE198F Deep Pink

📋 copy color: '#FE198F'

red 254 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #FE198F

Tints of Deep Pink #FE198F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.92%

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

R = 60.19%
G = 5.92%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE198F (or 0xFE198F) is known color: Deep Pink. HEX triplet: FE, 19 and 8F. RGB value is (254,25,143). Sum of RGB (Red+Green+Blue) = 254+25+143=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE198F is #01E670. Grayscale: #6A6A6A. Windows color (decimal): -124529 or 9378302. OLE color: 9378302.

HSL color Cylindrical-coordinate representation of color #FE198F: hue angle of 329.08º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE198F is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 25 143 -
CMYK 0 0.90 0.44 0.00
HSL 329.08º 0.99% 0.55% -
HSV(B) 329.08º 0.9% 1% -
XYZ 46.18 23.75 28.14 -
YUV 106.92 148.37 232.91 -
System Red Green Blue C M Y K H S L
Decimal 254 25 143 0 0.90 0.44 0.00 329.08 0.99 0.55
Hex FE 19 8F 0 5A 2C 0 149 63 37
Octal 376 31 217 0 132 54 0 511 143 67
Binary 11111110 11001 10001111 0 1011010 101100 0 101001001 1100011 110111

Color Harmonies of #FE198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE198F

Black with #FE198F

Text Example


Text Example

White with #FE198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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