Html Css Color HEX #FF06B9 Shocking Pink

📋 copy color: '#FF06B9'

red 255 ◦ green 6 ◦ blue 185

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

Shades of Shocking Pink #FF06B9

Tints of Shocking Pink #FF06B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 57.17%
G = 1.35%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF06B9 (or 0xFF06B9) is known color: Shocking Pink. HEX triplet: FF, 06 and B9. RGB value is (255,6,185). Sum of RGB (Red+Green+Blue) = 255+6+185=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06B9 is #00F946. Grayscale: #646464. Windows color (decimal): -63815 or 12125951. OLE color: 12125951.

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

Color convert

RGB 255 6 185 -
CMYK 0 0.98 0.27 0
HSL 316.87º 1% 0.51% -
HSV(B) 316.87º 0.98% 1% -
XYZ 50.06 24.89 48.07 -
YUV 100.86 175.49 237.95 -
System Red Green Blue C M Y K H S L
Decimal 255 6 185 0 0.98 0.27 0 316.87 1 0.51
Hex FF 6 B9 0 62 1B 0 13D 64 33
Octal 377 6 271 0 142 33 0 475 144 63
Binary 11111111 110 10111001 0 1100010 11011 0 100111101 1100100 110011

Color Harmonies of #FF06B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06B9

Black with #FF06B9

Text Example


Text Example

White with #FF06B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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