Html Css Color HEX #FB06C2 Shocking Pink

📋 copy color: '#FB06C2'

red 251 ◦ green 6 ◦ blue 194

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

Shades of Shocking Pink #FB06C2

Tints of Shocking Pink #FB06C2

RGB

 RED value IS 251 (98.44% from 255) = 55.65%

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

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 55.65%
G = 1.33%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB06C2 (or 0xFB06C2) is known color: Shocking Pink. HEX triplet: FB, 06 and C2. RGB value is (251,6,194). Sum of RGB (Red+Green+Blue) = 251+6+194=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06C2 is #04F93D. Grayscale: #646464. Windows color (decimal): -325950 or 12715771. OLE color: 12715771.

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

Color convert

RGB 251 6 194 -
CMYK 0 0.98 0.23 0.02
HSL 313.96º 0.97% 0.5% -
HSV(B) 313.96º 0.98% 0.98% -
XYZ 49.59 24.53 53.16 -
YUV 100.69 180.67 235.21 -
System Red Green Blue C M Y K H S L
Decimal 251 6 194 0 0.98 0.23 0.02 313.96 0.97 0.5
Hex FB 6 C2 0 62 17 2 13A 61 32
Octal 373 6 302 0 142 27 2 472 141 62
Binary 11111011 110 11000010 0 1100010 10111 10 100111010 1100001 110010

Color Harmonies of #FB06C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06C2

Black with #FB06C2

Text Example


Text Example

White with #FB06C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06C2; }

 p { color: rgb(251,6,194); }

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

background-color css

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

 a { background-color: rgb(251,6,194); }

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

border-color css

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

 span { border-color: rgb(251,6,194); }

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