Html Css Color HEX #FE14B2 Spicy Pink

📋 copy color: '#FE14B2'

red 254 ◦ green 20 ◦ blue 178

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

Shades of Spicy Pink #FE14B2

Tints of Spicy Pink #FE14B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 56.19%
G = 4.42%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE14B2 (or 0xFE14B2) is known color: Spicy Pink. HEX triplet: FE, 14 and B2. RGB value is (254,20,178). Sum of RGB (Red+Green+Blue) = 254+20+178=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14B2 is #01EB4D. Grayscale: #6B6B6B. Windows color (decimal): -125774 or 11670782. OLE color: 11670782.

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

Color convert

RGB 254 20 178 -
CMYK 0 0.92 0.30 0.00
HSL 319.49º 0.99% 0.54% -
HSV(B) 319.49º 0.92% 1% -
XYZ 49.16 24.79 44.31 -
YUV 107.98 167.52 232.15 -
System Red Green Blue C M Y K H S L
Decimal 254 20 178 0 0.92 0.30 0.00 319.49 0.99 0.54
Hex FE 14 B2 0 5C 1E 0 13F 63 36
Octal 376 24 262 0 134 36 0 477 143 66
Binary 11111110 10100 10110010 0 1011100 11110 0 100111111 1100011 110110

Color Harmonies of #FE14B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE14B2

Black with #FE14B2

Text Example


Text Example

White with #FE14B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE14B2; }

 p { color: rgb(254,20,178); }

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

background-color css

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

 a { background-color: rgb(254,20,178); }

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

border-color css

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

 span { border-color: rgb(254,20,178); }

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