Html Css Color HEX #FA0CBC Shocking Pink

📋 copy color: '#FA0CBC'

red 250 ◦ green 12 ◦ blue 188

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

Shades of Shocking Pink #FA0CBC

Tints of Shocking Pink #FA0CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 55.56%
G = 2.67%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA0CBC (or 0xFA0CBC) is known color: Shocking Pink. HEX triplet: FA, 0C and BC. RGB value is (250,12,188). Sum of RGB (Red+Green+Blue) = 250+12+188=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CBC is #05F343. Grayscale: #666666. Windows color (decimal): -389956 or 12324090. OLE color: 12324090.

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

Color convert

RGB 250 12 188 -
CMYK 0 0.95 0.25 0.02
HSL 315.63º 0.96% 0.51% -
HSV(B) 315.63º 0.95% 0.98% -
XYZ 48.63 24.22 49.69 -
YUV 103.23 175.85 232.69 -
System Red Green Blue C M Y K H S L
Decimal 250 12 188 0 0.95 0.25 0.02 315.63 0.96 0.51
Hex FA C BC 0 5F 19 2 13C 60 33
Octal 372 14 274 0 137 31 2 474 140 63
Binary 11111010 1100 10111100 0 1011111 11001 10 100111100 1100000 110011

Color Harmonies of #FA0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CBC

Black with #FA0CBC

Text Example


Text Example

White with #FA0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CBC; }

 p { color: rgb(250,12,188); }

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

background-color css

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

 a { background-color: rgb(250,12,188); }

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

border-color css

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

 span { border-color: rgb(250,12,188); }

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