Html Css Color HEX #FF06B5 Shocking Pink

📋 copy color: '#FF06B5'

red 255 ◦ green 6 ◦ blue 181

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

Shades of Shocking Pink #FF06B5

Tints of Shocking Pink #FF06B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.95%

R = 57.69%
G = 1.36%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF06B5 (or 0xFF06B5) is known color: Shocking Pink. HEX triplet: FF, 06 and B5. RGB value is (255,6,181). Sum of RGB (Red+Green+Blue) = 255+6+181=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06B5 is #00F94A. Grayscale: #636363. Windows color (decimal): -63819 or 11863807. OLE color: 11863807.

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

Color convert

RGB 255 6 181 -
CMYK 0 0.98 0.29 0
HSL 317.83º 1% 0.51% -
HSV(B) 317.83º 0.98% 1% -
XYZ 49.65 24.73 45.87 -
YUV 100.4 173.49 238.27 -
System Red Green Blue C M Y K H S L
Decimal 255 6 181 0 0.98 0.29 0 317.83 1 0.51
Hex FF 6 B5 0 62 1D 0 13E 64 33
Octal 377 6 265 0 142 35 0 476 144 63
Binary 11111111 110 10110101 0 1100010 11101 0 100111110 1100100 110011

Color Harmonies of #FF06B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06B5

Black with #FF06B5

Text Example


Text Example

White with #FF06B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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