Html Css Color HEX #FE0190 Deep Pink

📋 copy color: '#FE0190'

red 254 ◦ green 1 ◦ blue 144

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

Shades of Deep Pink #FE0190

Tints of Deep Pink #FE0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 63.66%
G = 0.25%
B = 36.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE0190 (or 0xFE0190) is known color: Deep Pink. HEX triplet: FE, 01 and 90. RGB value is (254,1,144). Sum of RGB (Red+Green+Blue) = 254+1+144=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0190 is #01FE6F. Grayscale: #5C5C5C. Windows color (decimal): -130672 or 9437694. OLE color: 9437694.

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

Color convert

RGB 254 1 144 -
CMYK 0 1.00 0.43 0.00
HSL 326.09º 0.99% 0.5% -
HSV(B) 326.09º 1% 1% -
XYZ 45.92 23.11 28.43 -
YUV 92.95 156.82 242.87 -
System Red Green Blue C M Y K H S L
Decimal 254 1 144 0 1.00 0.43 0.00 326.09 0.99 0.5
Hex FE 1 90 0 64 2B 0 146 63 32
Octal 376 1 220 0 144 53 0 506 143 62
Binary 11111110 1 10010000 0 1100100 101011 0 101000110 1100011 110010

Color Harmonies of #FE0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0190

Black with #FE0190

Text Example


Text Example

White with #FE0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0190; }

 p { color: rgb(254,1,144); }

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

background-color css

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

 a { background-color: rgb(254,1,144); }

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

border-color css

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

 span { border-color: rgb(254,1,144); }

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