Html Css Color HEX #FA06BB Shocking Pink

📋 copy color: '#FA06BB'

red 250 ◦ green 6 ◦ blue 187

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

Shades of Shocking Pink #FA06BB

Tints of Shocking Pink #FA06BB

RGB

 RED value IS 250 (98.05% from 255) = 56.43%

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

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 56.43%
G = 1.35%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA06BB (or 0xFA06BB) is known color: Shocking Pink. HEX triplet: FA, 06 and BB. RGB value is (250,6,187). Sum of RGB (Red+Green+Blue) = 250+6+187=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06BB is #05F944. Grayscale: #636363. Windows color (decimal): -391493 or 12257018. OLE color: 12257018.

HSL color Cylindrical-coordinate representation of color #FA06BB: hue angle of 315.49º degrees, saturation: 0.96, 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 #FA06BB is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 6 187 -
CMYK 0 0.98 0.25 0.02
HSL 315.49º 0.96% 0.5% -
HSV(B) 315.49º 0.98% 0.98% -
XYZ 48.46 24.04 49.1 -
YUV 99.59 177.34 235.28 -
System Red Green Blue C M Y K H S L
Decimal 250 6 187 0 0.98 0.25 0.02 315.49 0.96 0.5
Hex FA 6 BB 0 62 19 2 13B 60 32
Octal 372 6 273 0 142 31 2 473 140 62
Binary 11111010 110 10111011 0 1100010 11001 10 100111011 1100000 110010

Color Harmonies of #FA06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06BB

Black with #FA06BB

Text Example


Text Example

White with #FA06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06BB; }

 p { color: rgb(250,6,187); }

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

background-color css

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

 a { background-color: rgb(250,6,187); }

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

border-color css

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

 span { border-color: rgb(250,6,187); }

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