Html Css Color HEX #FF06B2 Shocking Pink

📋 copy color: '#FF06B2'

red 255 ◦ green 6 ◦ blue 178

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

Shades of Shocking Pink #FF06B2

Tints of Shocking Pink #FF06B2

RGB

 RED value IS 255 (100% from 255) = 58.09%

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 58.09%
G = 1.37%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF06B2 (or 0xFF06B2) is known color: Shocking Pink. HEX triplet: FF, 06 and B2. RGB value is (255,6,178). Sum of RGB (Red+Green+Blue) = 255+6+178=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF06B2 is #00F94D. Grayscale: #636363. Windows color (decimal): -63822 or 11667199. OLE color: 11667199.

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

Color convert

RGB 255 6 178 -
CMYK 0 0.98 0.30 0
HSL 318.55º 1% 0.51% -
HSV(B) 318.55º 0.98% 1% -
XYZ 49.34 24.6 44.27 -
YUV 100.06 171.99 238.51 -
System Red Green Blue C M Y K H S L
Decimal 255 6 178 0 0.98 0.30 0 318.55 1 0.51
Hex FF 6 B2 0 62 1E 0 13F 64 33
Octal 377 6 262 0 142 36 0 477 144 63
Binary 11111111 110 10110010 0 1100010 11110 0 100111111 1100100 110011

Color Harmonies of #FF06B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06B2

Black with #FF06B2

Text Example


Text Example

White with #FF06B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06B2; }

 p { color: rgb(255,6,178); }

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

background-color css

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

 a { background-color: rgb(255,6,178); }

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

border-color css

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

 span { border-color: rgb(255,6,178); }

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