Html Css Color HEX #FE06BD Shocking Pink

📋 copy color: '#FE06BD'

red 254 ◦ green 6 ◦ blue 189

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

Shades of Shocking Pink #FE06BD

Tints of Shocking Pink #FE06BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.34%

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

R = 56.57%
G = 1.34%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE06BD (or 0xFE06BD) is known color: Shocking Pink. HEX triplet: FE, 06 and BD. RGB value is (254,6,189). Sum of RGB (Red+Green+Blue) = 254+6+189=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06BD is #01F942. Grayscale: #646464. Windows color (decimal): -129347 or 12388094. OLE color: 12388094.

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

Color convert

RGB 254 6 189 -
CMYK 0 0.98 0.26 0.00
HSL 315.73º 0.99% 0.51% -
HSV(B) 315.73º 0.98% 1% -
XYZ 50.12 24.88 50.3 -
YUV 101.01 177.66 237.12 -
System Red Green Blue C M Y K H S L
Decimal 254 6 189 0 0.98 0.26 0.00 315.73 0.99 0.51
Hex FE 6 BD 0 62 1A 0 13C 63 33
Octal 376 6 275 0 142 32 0 474 143 63
Binary 11111110 110 10111101 0 1100010 11010 0 100111100 1100011 110011

Color Harmonies of #FE06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06BD

Black with #FE06BD

Text Example


Text Example

White with #FE06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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