Html Css Color HEX #FA1BCC Shocking Pink

📋 copy color: '#FA1BCC'

red 250 ◦ green 27 ◦ blue 204

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

Shades of Shocking Pink #FA1BCC

Tints of Shocking Pink #FA1BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.61%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 51.98%
G = 5.61%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA1BCC (or 0xFA1BCC) is known color: Shocking Pink. HEX triplet: FA, 1B and CC. RGB value is (250,27,204). Sum of RGB (Red+Green+Blue) = 250+27+204=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1BCC is #05E433. Grayscale: #717171. Windows color (decimal): -386100 or 13376506. OLE color: 13376506.

HSL color Cylindrical-coordinate representation of color #FA1BCC: hue angle of 312.38º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BCC is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 27 204 -
CMYK 0 0.89 0.18 0.02
HSL 312.38º 0.96% 0.54% -
HSV(B) 312.38º 0.89% 0.98% -
XYZ 50.72 25.47 59.37 -
YUV 113.86 178.88 225.11 -
System Red Green Blue C M Y K H S L
Decimal 250 27 204 0 0.89 0.18 0.02 312.38 0.96 0.54
Hex FA 1B CC 0 59 12 2 138 60 36
Octal 372 33 314 0 131 22 2 470 140 66
Binary 11111010 11011 11001100 0 1011001 10010 10 100111000 1100000 110110

Color Harmonies of #FA1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1BCC

Black with #FA1BCC

Text Example


Text Example

White with #FA1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1BCC; }

 p { color: rgb(250,27,204); }

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

background-color css

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

 a { background-color: rgb(250,27,204); }

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

border-color css

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

 span { border-color: rgb(250,27,204); }

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