Html Css Color HEX #FE13BE Shocking Pink

📋 copy color: '#FE13BE'

red 254 ◦ green 19 ◦ blue 190

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

Shades of Shocking Pink #FE13BE

Tints of Shocking Pink #FE13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 54.86%
G = 4.1%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE13BE (or 0xFE13BE) is known color: Shocking Pink. HEX triplet: FE, 13 and BE. RGB value is (254,19,190). Sum of RGB (Red+Green+Blue) = 254+19+190=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13BE is #01EC41. Grayscale: #6C6C6C. Windows color (decimal): -126018 or 12456958. OLE color: 12456958.

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

Color convert

RGB 254 19 190 -
CMYK 0 0.93 0.25 0.00
HSL 316.34º 0.99% 0.54% -
HSV(B) 316.34º 0.93% 1% -
XYZ 50.4 25.25 50.93 -
YUV 108.76 173.86 231.6 -
System Red Green Blue C M Y K H S L
Decimal 254 19 190 0 0.93 0.25 0.00 316.34 0.99 0.54
Hex FE 13 BE 0 5D 19 0 13C 63 36
Octal 376 23 276 0 135 31 0 474 143 66
Binary 11111110 10011 10111110 0 1011101 11001 0 100111100 1100011 110110

Color Harmonies of #FE13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13BE

Black with #FE13BE

Text Example


Text Example

White with #FE13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13BE; }

 p { color: rgb(254,19,190); }

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

background-color css

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

 a { background-color: rgb(254,19,190); }

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

border-color css

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

 span { border-color: rgb(254,19,190); }

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