Html Css Color HEX #FE1C7B Deep Pink

📋 copy color: '#FE1C7B'

red 254 ◦ green 28 ◦ blue 123

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

Shades of Deep Pink #FE1C7B

Tints of Deep Pink #FE1C7B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

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

R = 62.72%
G = 6.91%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE1C7B (or 0xFE1C7B) is known color: Deep Pink. HEX triplet: FE, 1C and 7B. RGB value is (254,28,123). Sum of RGB (Red+Green+Blue) = 254+28+123=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1C7B is #01E384. Grayscale: #6A6A6A. Windows color (decimal): -123781 or 8068350. OLE color: 8068350.

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

Color convert

RGB 254 28 123 -
CMYK 0 0.89 0.52 0.00
HSL 334.78º 0.99% 0.55% -
HSV(B) 334.78º 0.89% 1% -
XYZ 44.86 23.33 20.88 -
YUV 106.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 254 28 123 0 0.89 0.52 0.00 334.78 0.99 0.55
Hex FE 1C 7B 0 59 34 0 14F 63 37
Octal 376 34 173 0 131 64 0 517 143 67
Binary 11111110 11100 1111011 0 1011001 110100 0 101001111 1100011 110111

Color Harmonies of #FE1C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C7B

Black with #FE1C7B

Text Example


Text Example

White with #FE1C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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