Html Css Color HEX #FE19BB Shocking Pink

📋 copy color: '#FE19BB'

red 254 ◦ green 25 ◦ blue 187

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

Shades of Shocking Pink #FE19BB

Tints of Shocking Pink #FE19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.36%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 54.51%
G = 5.36%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE19BB (or 0xFE19BB) is known color: Shocking Pink. HEX triplet: FE, 19 and BB. RGB value is (254,25,187). Sum of RGB (Red+Green+Blue) = 254+25+187=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19BB is #01E644. Grayscale: #6F6F6F. Windows color (decimal): -124485 or 12261886. OLE color: 12261886.

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

Color convert

RGB 254 25 187 -
CMYK 0 0.90 0.26 0.00
HSL 317.55º 0.99% 0.55% -
HSV(B) 317.55º 0.9% 1% -
XYZ 50.19 25.35 49.26 -
YUV 111.94 170.37 229.33 -
System Red Green Blue C M Y K H S L
Decimal 254 25 187 0 0.90 0.26 0.00 317.55 0.99 0.55
Hex FE 19 BB 0 5A 1A 0 13E 63 37
Octal 376 31 273 0 132 32 0 476 143 67
Binary 11111110 11001 10111011 0 1011010 11010 0 100111110 1100011 110111

Color Harmonies of #FE19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19BB

Black with #FE19BB

Text Example


Text Example

White with #FE19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19BB; }

 p { color: rgb(254,25,187); }

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

background-color css

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

 a { background-color: rgb(254,25,187); }

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

border-color css

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

 span { border-color: rgb(254,25,187); }

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