Html Css Color HEX #FE21BE Spicy Pink

📋 copy color: '#FE21BE'

red 254 ◦ green 33 ◦ blue 190

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

Shades of Spicy Pink #FE21BE

Tints of Spicy Pink #FE21BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 53.25%
G = 6.92%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE21BE (or 0xFE21BE) is known color: Spicy Pink. HEX triplet: FE, 21 and BE. RGB value is (254,33,190). Sum of RGB (Red+Green+Blue) = 254+33+190=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21BE is #01DE41. Grayscale: #747474. Windows color (decimal): -122434 or 12460542. OLE color: 12460542.

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

Color convert

RGB 254 33 190 -
CMYK 0 0.87 0.25 0.00
HSL 317.38º 0.99% 0.56% -
HSV(B) 317.38º 0.87% 1% -
XYZ 50.71 25.88 51.04 -
YUV 116.98 169.22 225.73 -
System Red Green Blue C M Y K H S L
Decimal 254 33 190 0 0.87 0.25 0.00 317.38 0.99 0.56
Hex FE 21 BE 0 57 19 0 13D 63 38
Octal 376 41 276 0 127 31 0 475 143 70
Binary 11111110 100001 10111110 0 1010111 11001 0 100111101 1100011 111000

Color Harmonies of #FE21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE21BE

Black with #FE21BE

Text Example


Text Example

White with #FE21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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