Html Css Color HEX #FE12B9 Shocking Pink

📋 copy color: '#FE12B9'

red 254 ◦ green 18 ◦ blue 185

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

Shades of Shocking Pink #FE12B9

Tints of Shocking Pink #FE12B9

RGB

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

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

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

R = 55.58%
G = 3.94%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE12B9 (or 0xFE12B9) is known color: Shocking Pink. HEX triplet: FE, 12 and B9. RGB value is (254,18,185). Sum of RGB (Red+Green+Blue) = 254+18+185=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12B9 is #01ED46. Grayscale: #6B6B6B. Windows color (decimal): -126279 or 12129022. OLE color: 12129022.

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

Color convert

RGB 254 18 185 -
CMYK 0 0.93 0.27 0.00
HSL 317.54º 0.99% 0.53% -
HSV(B) 317.54º 0.93% 1% -
XYZ 49.85 25.01 48.1 -
YUV 107.6 171.69 232.42 -
System Red Green Blue C M Y K H S L
Decimal 254 18 185 0 0.93 0.27 0.00 317.54 0.99 0.53
Hex FE 12 B9 0 5D 1B 0 13E 63 35
Octal 376 22 271 0 135 33 0 476 143 65
Binary 11111110 10010 10111001 0 1011101 11011 0 100111110 1100011 110101

Color Harmonies of #FE12B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12B9

Black with #FE12B9

Text Example


Text Example

White with #FE12B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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