Html Css Color HEX #FE1FBB Spicy Pink

📋 copy color: '#FE1FBB'

red 254 ◦ green 31 ◦ blue 187

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

Shades of Spicy Pink #FE1FBB

Tints of Spicy Pink #FE1FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.57%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 53.81%
G = 6.57%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE1FBB (or 0xFE1FBB) is known color: Spicy Pink. HEX triplet: FE, 1F and BB. RGB value is (254,31,187). Sum of RGB (Red+Green+Blue) = 254+31+187=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FBB is #01E044. Grayscale: #737373. Windows color (decimal): -122949 or 12263422. OLE color: 12263422.

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

Color convert

RGB 254 31 187 -
CMYK 0 0.88 0.26 0.00
HSL 318.03º 0.99% 0.56% -
HSV(B) 318.03º 0.88% 1% -
XYZ 50.33 25.64 49.31 -
YUV 115.46 168.38 226.82 -
System Red Green Blue C M Y K H S L
Decimal 254 31 187 0 0.88 0.26 0.00 318.03 0.99 0.56
Hex FE 1F BB 0 58 1A 0 13E 63 38
Octal 376 37 273 0 130 32 0 476 143 70
Binary 11111110 11111 10111011 0 1011000 11010 0 100111110 1100011 111000

Color Harmonies of #FE1FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1FBB

Black with #FE1FBB

Text Example


Text Example

White with #FE1FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1FBB; }

 p { color: rgb(254,31,187); }

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

background-color css

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

 a { background-color: rgb(254,31,187); }

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

border-color css

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

 span { border-color: rgb(254,31,187); }

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