Html Css Color HEX #FE03B4 Shocking Pink

📋 copy color: '#FE03B4'

red 254 ◦ green 3 ◦ blue 180

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

Shades of Shocking Pink #FE03B4

Tints of Shocking Pink #FE03B4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 58.12%
G = 0.69%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE03B4 (or 0xFE03B4) is known color: Shocking Pink. HEX triplet: FE, 03 and B4. RGB value is (254,3,180). Sum of RGB (Red+Green+Blue) = 254+3+180=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03B4 is #01FC4B. Grayscale: #616161. Windows color (decimal): -130124 or 11797502. OLE color: 11797502.

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

Color convert

RGB 254 3 180 -
CMYK 0 0.99 0.29 0.00
HSL 317.69º 0.99% 0.5% -
HSV(B) 317.69º 0.99% 1% -
XYZ 49.14 24.43 45.31 -
YUV 98.23 174.16 239.11 -
System Red Green Blue C M Y K H S L
Decimal 254 3 180 0 0.99 0.29 0.00 317.69 0.99 0.5
Hex FE 3 B4 0 63 1D 0 13E 63 32
Octal 376 3 264 0 143 35 0 476 143 62
Binary 11111110 11 10110100 0 1100011 11101 0 100111110 1100011 110010

Color Harmonies of #FE03B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE03B4

Black with #FE03B4

Text Example


Text Example

White with #FE03B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE03B4; }

 p { color: rgb(254,3,180); }

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

background-color css

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

 a { background-color: rgb(254,3,180); }

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

border-color css

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

 span { border-color: rgb(254,3,180); }

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