Html Css Color HEX #FE04B9 Shocking Pink

📋 copy color: '#FE04B9'

red 254 ◦ green 4 ◦ blue 185

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

Shades of Shocking Pink #FE04B9

Tints of Shocking Pink #FE04B9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 57.34%
G = 0.9%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE04B9 (or 0xFE04B9) is known color: Shocking Pink. HEX triplet: FE, 04 and B9. RGB value is (254,4,185). Sum of RGB (Red+Green+Blue) = 254+4+185=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04B9 is #01FB46. Grayscale: #626262. Windows color (decimal): -129863 or 12125438. OLE color: 12125438.

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

Color convert

RGB 254 4 185 -
CMYK 0 0.98 0.27 0.00
HSL 316.56º 0.99% 0.51% -
HSV(B) 316.56º 0.98% 1% -
XYZ 49.67 24.66 48.04 -
YUV 99.38 176.33 238.28 -
System Red Green Blue C M Y K H S L
Decimal 254 4 185 0 0.98 0.27 0.00 316.56 0.99 0.51
Hex FE 4 B9 0 62 1B 0 13D 63 33
Octal 376 4 271 0 142 33 0 475 143 63
Binary 11111110 100 10111001 0 1100010 11011 0 100111101 1100011 110011

Color Harmonies of #FE04B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04B9

Black with #FE04B9

Text Example


Text Example

White with #FE04B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04B9; }

 p { color: rgb(254,4,185); }

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

background-color css

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

 a { background-color: rgb(254,4,185); }

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

border-color css

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

 span { border-color: rgb(254,4,185); }

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