Html Css Color HEX #FE1B7B Deep Pink

📋 copy color: '#FE1B7B'

red 254 ◦ green 27 ◦ blue 123

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

Shades of Deep Pink #FE1B7B

Tints of Deep Pink #FE1B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

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

R = 62.87%
G = 6.68%
B = 30.45%

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

#FE1B7B (or 0xFE1B7B) is known color: Deep Pink. HEX triplet: FE, 1B and 7B. RGB value is (254,27,123). Sum of RGB (Red+Green+Blue) = 254+27+123=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B7B is #01E484. Grayscale: #696969. Windows color (decimal): -124037 or 8068094. OLE color: 8068094.

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

Color convert

RGB 254 27 123 -
CMYK 0 0.89 0.52 0.00
HSL 334.63º 0.99% 0.55% -
HSV(B) 334.63º 0.89% 1% -
XYZ 44.84 23.28 20.87 -
YUV 105.82 137.71 233.69 -
System Red Green Blue C M Y K H S L
Decimal 254 27 123 0 0.89 0.52 0.00 334.63 0.99 0.55
Hex FE 1B 7B 0 59 34 0 14F 63 37
Octal 376 33 173 0 131 64 0 517 143 67
Binary 11111110 11011 1111011 0 1011001 110100 0 101001111 1100011 110111

Color Harmonies of #FE1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B7B

Black with #FE1B7B

Text Example


Text Example

White with #FE1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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