Html Css Color HEX #FE06BC Shocking Pink

📋 copy color: '#FE06BC'

red 254 ◦ green 6 ◦ blue 188

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

Shades of Shocking Pink #FE06BC

Tints of Shocking Pink #FE06BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 56.7%
G = 1.34%
B = 41.96%

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

#FE06BC (or 0xFE06BC) is known color: Shocking Pink. HEX triplet: FE, 06 and BC. RGB value is (254,6,188). Sum of RGB (Red+Green+Blue) = 254+6+188=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06BC is #01F943. Grayscale: #646464. Windows color (decimal): -129348 or 12322558. OLE color: 12322558.

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

Color convert

RGB 254 6 188 -
CMYK 0 0.98 0.26 0.00
HSL 315.97º 0.99% 0.51% -
HSV(B) 315.97º 0.98% 1% -
XYZ 50.02 24.83 49.73 -
YUV 100.9 177.16 237.2 -
System Red Green Blue C M Y K H S L
Decimal 254 6 188 0 0.98 0.26 0.00 315.97 0.99 0.51
Hex FE 6 BC 0 62 1A 0 13C 63 33
Octal 376 6 274 0 142 32 0 474 143 63
Binary 11111110 110 10111100 0 1100010 11010 0 100111100 1100011 110011

Color Harmonies of #FE06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06BC

Black with #FE06BC

Text Example


Text Example

White with #FE06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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