Html Css Color HEX #FE2FB5 Spicy Pink

📋 copy color: '#FE2FB5'

red 254 ◦ green 47 ◦ blue 181

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

Shades of Spicy Pink #FE2FB5

Tints of Spicy Pink #FE2FB5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.75%

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 52.7%
G = 9.75%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE2FB5 (or 0xFE2FB5) is known color: Spicy Pink. HEX triplet: FE, 2F and B5. RGB value is (254,47,181). Sum of RGB (Red+Green+Blue) = 254+47+181=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FB5 is #01D04A. Grayscale: #7B7B7B. Windows color (decimal): -118859 or 11874302. OLE color: 11874302.

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

Color convert

RGB 254 47 181 -
CMYK 0 0.81 0.29 0.00
HSL 321.16º 0.99% 0.59% -
HSV(B) 321.16º 0.81% 1% -
XYZ 50.23 26.44 46.17 -
YUV 124.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 254 47 181 0 0.81 0.29 0.00 321.16 0.99 0.59
Hex FE 2F B5 0 51 1D 0 141 63 3B
Octal 376 57 265 0 121 35 0 501 143 73
Binary 11111110 101111 10110101 0 1010001 11101 0 101000001 1100011 111011

Color Harmonies of #FE2FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FB5

Black with #FE2FB5

Text Example


Text Example

White with #FE2FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FB5; }

 p { color: rgb(254,47,181); }

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

background-color css

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

 a { background-color: rgb(254,47,181); }

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

border-color css

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

 span { border-color: rgb(254,47,181); }

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