Html Css Color HEX #FE06B7 Shocking Pink

📋 copy color: '#FE06B7'

red 254 ◦ green 6 ◦ blue 183

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

Shades of Shocking Pink #FE06B7

Tints of Shocking Pink #FE06B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.31%

R = 57.34%
G = 1.35%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE06B7 (or 0xFE06B7) is known color: Shocking Pink. HEX triplet: FE, 06 and B7. RGB value is (254,6,183). Sum of RGB (Red+Green+Blue) = 254+6+183=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06B7 is #01F948. Grayscale: #636363. Windows color (decimal): -129353 or 11994878. OLE color: 11994878.

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

Color convert

RGB 254 6 183 -
CMYK 0 0.98 0.28 0.00
HSL 317.18º 0.99% 0.51% -
HSV(B) 317.18º 0.98% 1% -
XYZ 49.49 24.62 46.94 -
YUV 100.33 174.66 237.61 -
System Red Green Blue C M Y K H S L
Decimal 254 6 183 0 0.98 0.28 0.00 317.18 0.99 0.51
Hex FE 6 B7 0 62 1C 0 13D 63 33
Octal 376 6 267 0 142 34 0 475 143 63
Binary 11111110 110 10110111 0 1100010 11100 0 100111101 1100011 110011

Color Harmonies of #FE06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06B7

Black with #FE06B7

Text Example


Text Example

White with #FE06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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