Html Css Color HEX #FA1193 Deep Pink

📋 copy color: '#FA1193'

red 250 ◦ green 17 ◦ blue 147

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

Shades of Deep Pink #FA1193

Tints of Deep Pink #FA1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.11%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 60.39%
G = 4.11%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA1193 (or 0xFA1193) is known color: Deep Pink. HEX triplet: FA, 11 and 93. RGB value is (250,17,147). Sum of RGB (Red+Green+Blue) = 250+17+147=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1193 is #05EE6C. Grayscale: #656565. Windows color (decimal): -388717 or 9638394. OLE color: 9638394.

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

Color convert

RGB 250 17 147 -
CMYK 0 0.93 0.41 0.02
HSL 326.52º 0.96% 0.52% -
HSV(B) 326.52º 0.93% 0.98% -
XYZ 44.89 22.83 29.64 -
YUV 101.49 153.69 233.93 -
System Red Green Blue C M Y K H S L
Decimal 250 17 147 0 0.93 0.41 0.02 326.52 0.96 0.52
Hex FA 11 93 0 5D 29 2 147 60 34
Octal 372 21 223 0 135 51 2 507 140 64
Binary 11111010 10001 10010011 0 1011101 101001 10 101000111 1100000 110100

Color Harmonies of #FA1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1193

Black with #FA1193

Text Example


Text Example

White with #FA1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1193; }

 p { color: rgb(250,17,147); }

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

background-color css

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

 a { background-color: rgb(250,17,147); }

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

border-color css

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

 span { border-color: rgb(250,17,147); }

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