Html Css Color HEX #FA07C1 Shocking Pink

📋 copy color: '#FA07C1'

red 250 ◦ green 7 ◦ blue 193

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

Shades of Shocking Pink #FA07C1

Tints of Shocking Pink #FA07C1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 55.56%
G = 1.56%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA07C1 (or 0xFA07C1) is known color: Shocking Pink. HEX triplet: FA, 07 and C1. RGB value is (250,7,193). Sum of RGB (Red+Green+Blue) = 250+7+193=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07C1 is #05F83E. Grayscale: #646464. Windows color (decimal): -391231 or 12650490. OLE color: 12650490.

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

Color convert

RGB 250 7 193 -
CMYK 0 0.97 0.23 0.02
HSL 314.07º 0.96% 0.5% -
HSV(B) 314.07º 0.97% 0.98% -
XYZ 49.13 24.33 52.56 -
YUV 100.86 180.01 234.38 -
System Red Green Blue C M Y K H S L
Decimal 250 7 193 0 0.97 0.23 0.02 314.07 0.96 0.5
Hex FA 7 C1 0 61 17 2 13A 60 32
Octal 372 7 301 0 141 27 2 472 140 62
Binary 11111010 111 11000001 0 1100001 10111 10 100111010 1100000 110010

Color Harmonies of #FA07C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07C1

Black with #FA07C1

Text Example


Text Example

White with #FA07C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07C1; }

 p { color: rgb(250,7,193); }

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

background-color css

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

 a { background-color: rgb(250,7,193); }

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

border-color css

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

 span { border-color: rgb(250,7,193); }

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