Html Css Color HEX #FE1E7B Deep Pink

📋 copy color: '#FE1E7B'

red 254 ◦ green 30 ◦ blue 123

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

Shades of Deep Pink #FE1E7B

Tints of Deep Pink #FE1E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 62.41%
G = 7.37%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE1E7B (or 0xFE1E7B) is known color: Deep Pink. HEX triplet: FE, 1E and 7B. RGB value is (254,30,123). Sum of RGB (Red+Green+Blue) = 254+30+123=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1E7B is #01E184. Grayscale: #6B6B6B. Windows color (decimal): -123269 or 8068862. OLE color: 8068862.

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

Color convert

RGB 254 30 123 -
CMYK 0 0.88 0.52 0.00
HSL 335.09º 0.99% 0.56% -
HSV(B) 335.09º 0.88% 1% -
XYZ 44.91 23.43 20.89 -
YUV 107.58 136.71 232.44 -
System Red Green Blue C M Y K H S L
Decimal 254 30 123 0 0.88 0.52 0.00 335.09 0.99 0.56
Hex FE 1E 7B 0 58 34 0 14F 63 38
Octal 376 36 173 0 130 64 0 517 143 70
Binary 11111110 11110 1111011 0 1011000 110100 0 101001111 1100011 111000

Color Harmonies of #FE1E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1E7B

Black with #FE1E7B

Text Example


Text Example

White with #FE1E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1E7B; }

 p { color: rgb(254,30,123); }

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

background-color css

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

 a { background-color: rgb(254,30,123); }

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

border-color css

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

 span { border-color: rgb(254,30,123); }

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