Html Css Color HEX #FA96C1 Shocking

📋 copy color: '#FA96C1'

red 250 ◦ green 150 ◦ blue 193

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

Shades of Shocking #FA96C1

Tints of Shocking #FA96C1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.3%

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

R = 42.16%
G = 25.3%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA96C1 (or 0xFA96C1) is known color: Shocking. HEX triplet: FA, 96 and C1. RGB value is (250,150,193). Sum of RGB (Red+Green+Blue) = 250+150+193=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96C1 is #05693E. Grayscale: #B8B8B8. Windows color (decimal): -354623 or 12687098. OLE color: 12687098.

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

Color convert

RGB 250 150 193 -
CMYK 0 0.4 0.23 0.02
HSL 334.2º 0.91% 0.78% -
HSV(B) 334.2º 0.4% 0.98% -
XYZ 59.96 45.99 56.17 -
YUV 184.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 250 150 193 0 0.4 0.23 0.02 334.2 0.91 0.78
Hex FA 96 C1 0 28 17 2 14E 5B 4E
Octal 372 226 301 0 50 27 2 516 133 116
Binary 11111010 10010110 11000001 0 101000 10111 10 101001110 1011011 1001110

Color Harmonies of #FA96C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96C1

Black with #FA96C1

Text Example


Text Example

White with #FA96C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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