Html Css Color HEX #FE217B Deep Pink

📋 copy color: '#FE217B'

red 254 ◦ green 33 ◦ blue 123

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

Shades of Deep Pink #FE217B

Tints of Deep Pink #FE217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.05%

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

R = 61.95%
G = 8.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE217B (or 0xFE217B) is known color: Deep Pink. HEX triplet: FE, 21 and 7B. RGB value is (254,33,123). Sum of RGB (Red+Green+Blue) = 254+33+123=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE217B is #01DE84. Grayscale: #6D6D6D. Windows color (decimal): -122501 or 8069630. OLE color: 8069630.

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

Color convert

RGB 254 33 123 -
CMYK 0 0.87 0.52 0.00
HSL 335.57º 0.99% 0.56% -
HSV(B) 335.57º 0.87% 1% -
XYZ 44.99 23.59 20.92 -
YUV 109.34 135.72 231.18 -
System Red Green Blue C M Y K H S L
Decimal 254 33 123 0 0.87 0.52 0.00 335.57 0.99 0.56
Hex FE 21 7B 0 57 34 0 150 63 38
Octal 376 41 173 0 127 64 0 520 143 70
Binary 11111110 100001 1111011 0 1010111 110100 0 101010000 1100011 111000

Color Harmonies of #FE217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE217B

Black with #FE217B

Text Example


Text Example

White with #FE217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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