Html Css Color HEX #FE0BAF Spicy Pink

📋 copy color: '#FE0BAF'

red 254 ◦ green 11 ◦ blue 175

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

Shades of Spicy Pink #FE0BAF

Tints of Spicy Pink #FE0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 57.73%
G = 2.5%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE0BAF (or 0xFE0BAF) is known color: Spicy Pink. HEX triplet: FE, 0B and AF. RGB value is (254,11,175). Sum of RGB (Red+Green+Blue) = 254+11+175=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0BAF is #01F450. Grayscale: #656565. Windows color (decimal): -128081 or 11471870. OLE color: 11471870.

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

Color convert

RGB 254 11 175 -
CMYK 0 0.96 0.31 0.00
HSL 319.51º 0.99% 0.52% -
HSV(B) 319.51º 0.96% 1% -
XYZ 48.73 24.41 42.7 -
YUV 102.35 169.01 236.16 -
System Red Green Blue C M Y K H S L
Decimal 254 11 175 0 0.96 0.31 0.00 319.51 0.99 0.52
Hex FE B AF 0 60 1F 0 140 63 34
Octal 376 13 257 0 140 37 0 500 143 64
Binary 11111110 1011 10101111 0 1100000 11111 0 101000000 1100011 110100

Color Harmonies of #FE0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0BAF

Black with #FE0BAF

Text Example


Text Example

White with #FE0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0BAF; }

 p { color: rgb(254,11,175); }

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

background-color css

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

 a { background-color: rgb(254,11,175); }

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

border-color css

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

 span { border-color: rgb(254,11,175); }

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