Html Css Color HEX #FE04B2 Shocking Pink

📋 copy color: '#FE04B2'

red 254 ◦ green 4 ◦ blue 178

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

Shades of Shocking Pink #FE04B2

Tints of Shocking Pink #FE04B2

RGB

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

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

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

R = 58.26%
G = 0.92%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE04B2 (or 0xFE04B2) is known color: Shocking Pink. HEX triplet: FE, 04 and B2. RGB value is (254,4,178). Sum of RGB (Red+Green+Blue) = 254+4+178=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04B2 is #01FB4D. Grayscale: #626262. Windows color (decimal): -129870 or 11666686. OLE color: 11666686.

HSL color Cylindrical-coordinate representation of color #FE04B2: hue angle of 318.24º 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 #FE04B2 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 4 178 -
CMYK 0 0.98 0.30 0.00
HSL 318.24º 0.99% 0.51% -
HSV(B) 318.24º 0.98% 1% -
XYZ 48.95 24.37 44.24 -
YUV 98.59 172.83 238.85 -
System Red Green Blue C M Y K H S L
Decimal 254 4 178 0 0.98 0.30 0.00 318.24 0.99 0.51
Hex FE 4 B2 0 62 1E 0 13E 63 33
Octal 376 4 262 0 142 36 0 476 143 63
Binary 11111110 100 10110010 0 1100010 11110 0 100111110 1100011 110011

Color Harmonies of #FE04B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04B2

Black with #FE04B2

Text Example


Text Example

White with #FE04B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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