Html Css Color HEX #FF00B3 Shocking Pink

📋 copy color: '#FF00B3'

red 255 ◦ green 0 ◦ blue 179

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

Shades of Shocking Pink #FF00B3

Tints of Shocking Pink #FF00B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 58.76%
G = 0%
B = 41.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF00B3 (or 0xFF00B3) is known color: Shocking Pink. HEX triplet: FF, 00 and B3. RGB value is (255,0,179). Sum of RGB (Red+Green+Blue) = 255+0+179=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00B3 is #00FF4C. Grayscale: #606060. Windows color (decimal): -65357 or 11731199. OLE color: 11731199.

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

Color convert

RGB 255 0 179 -
CMYK 0 1 0.30 0
HSL 317.88º 1% 0.5% -
HSV(B) 317.88º 1% 1% -
XYZ 49.38 24.51 44.78 -
YUV 96.65 174.48 240.95 -
System Red Green Blue C M Y K H S L
Decimal 255 0 179 0 1 0.30 0 317.88 1 0.5
Hex FF 0 B3 0 64 1E 0 13E 64 32
Octal 377 0 263 0 144 36 0 476 144 62
Binary 11111111 0 10110011 0 1100100 11110 0 100111110 1100100 110010

Color Harmonies of #FF00B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF00B3

Black with #FF00B3

Text Example


Text Example

White with #FF00B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF00B3; }

 p { color: rgb(255,0,179); }

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

background-color css

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

 a { background-color: rgb(255,0,179); }

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

border-color css

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

 span { border-color: rgb(255,0,179); }

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