Html Css Color HEX #FE12B5 Shocking Pink

📋 copy color: '#FE12B5'

red 254 ◦ green 18 ◦ blue 181

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

Shades of Shocking Pink #FE12B5

Tints of Shocking Pink #FE12B5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.97%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 56.07%
G = 3.97%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE12B5 (or 0xFE12B5) is known color: Shocking Pink. HEX triplet: FE, 12 and B5. RGB value is (254,18,181). Sum of RGB (Red+Green+Blue) = 254+18+181=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12B5 is #01ED4A. Grayscale: #6A6A6A. Windows color (decimal): -126283 or 11866878. OLE color: 11866878.

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

Color convert

RGB 254 18 181 -
CMYK 0 0.93 0.29 0.00
HSL 318.56º 0.99% 0.53% -
HSV(B) 318.56º 0.93% 1% -
XYZ 49.43 24.84 45.91 -
YUV 107.15 169.69 232.75 -
System Red Green Blue C M Y K H S L
Decimal 254 18 181 0 0.93 0.29 0.00 318.56 0.99 0.53
Hex FE 12 B5 0 5D 1D 0 13F 63 35
Octal 376 22 265 0 135 35 0 477 143 65
Binary 11111110 10010 10110101 0 1011101 11101 0 100111111 1100011 110101

Color Harmonies of #FE12B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12B5

Black with #FE12B5

Text Example


Text Example

White with #FE12B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12B5; }

 p { color: rgb(254,18,181); }

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

background-color css

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

 a { background-color: rgb(254,18,181); }

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

border-color css

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

 span { border-color: rgb(254,18,181); }

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