Html Css Color HEX #FE06BE Shocking Pink

📋 copy color: '#FE06BE'

red 254 ◦ green 6 ◦ blue 190

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

Shades of Shocking Pink #FE06BE

Tints of Shocking Pink #FE06BE

RGB

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

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

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

R = 56.44%
G = 1.33%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE06BE (or 0xFE06BE) is known color: Shocking Pink. HEX triplet: FE, 06 and BE. RGB value is (254,6,190). Sum of RGB (Red+Green+Blue) = 254+6+190=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06BE is #01F941. Grayscale: #646464. Windows color (decimal): -129346 or 12453630. OLE color: 12453630.

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

Color convert

RGB 254 6 190 -
CMYK 0 0.98 0.25 0.00
HSL 315.48º 0.99% 0.51% -
HSV(B) 315.48º 0.98% 1% -
XYZ 50.23 24.92 50.88 -
YUV 101.13 178.16 237.04 -
System Red Green Blue C M Y K H S L
Decimal 254 6 190 0 0.98 0.25 0.00 315.48 0.99 0.51
Hex FE 6 BE 0 62 19 0 13B 63 33
Octal 376 6 276 0 142 31 0 473 143 63
Binary 11111110 110 10111110 0 1100010 11001 0 100111011 1100011 110011

Color Harmonies of #FE06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06BE

Black with #FE06BE

Text Example


Text Example

White with #FE06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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