Html Css Color HEX #FE09BD Shocking Pink

📋 copy color: '#FE09BD'

red 254 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #FE09BD

Tints of Shocking Pink #FE09BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 56.19%
G = 1.99%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE09BD (or 0xFE09BD) is known color: Shocking Pink. HEX triplet: FE, 09 and BD. RGB value is (254,9,189). Sum of RGB (Red+Green+Blue) = 254+9+189=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09BD is #01F642. Grayscale: #666666. Windows color (decimal): -128579 or 12388862. OLE color: 12388862.

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

Color convert

RGB 254 9 189 -
CMYK 0 0.96 0.26 0.00
HSL 315.92º 0.99% 0.52% -
HSV(B) 315.92º 0.96% 1% -
XYZ 50.16 24.94 50.31 -
YUV 102.78 176.67 235.86 -
System Red Green Blue C M Y K H S L
Decimal 254 9 189 0 0.96 0.26 0.00 315.92 0.99 0.52
Hex FE 9 BD 0 60 1A 0 13C 63 34
Octal 376 11 275 0 140 32 0 474 143 64
Binary 11111110 1001 10111101 0 1100000 11010 0 100111100 1100011 110100

Color Harmonies of #FE09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE09BD

Black with #FE09BD

Text Example


Text Example

White with #FE09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE09BD; }

 p { color: rgb(254,9,189); }

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

background-color css

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

 a { background-color: rgb(254,9,189); }

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

border-color css

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

 span { border-color: rgb(254,9,189); }

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