Html Css Color HEX #FA1993 Deep Pink

📋 copy color: '#FA1993'

red 250 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #FA1993

Tints of Deep Pink #FA1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.92%

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

R = 59.24%
G = 5.92%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA1993 (or 0xFA1993) is known color: Deep Pink. HEX triplet: FA, 19 and 93. RGB value is (250,25,147). Sum of RGB (Red+Green+Blue) = 250+25+147=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1993 is #05E66C. Grayscale: #696969. Windows color (decimal): -386669 or 9640442. OLE color: 9640442.

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

Color convert

RGB 250 25 147 -
CMYK 0 0.9 0.41 0.02
HSL 327.47º 0.96% 0.54% -
HSV(B) 327.47º 0.9% 0.98% -
XYZ 45.04 23.13 29.69 -
YUV 106.18 151.04 230.58 -
System Red Green Blue C M Y K H S L
Decimal 250 25 147 0 0.9 0.41 0.02 327.47 0.96 0.54
Hex FA 19 93 0 5A 29 2 147 60 36
Octal 372 31 223 0 132 51 2 507 140 66
Binary 11111010 11001 10010011 0 1011010 101001 10 101000111 1100000 110110

Color Harmonies of #FA1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1993

Black with #FA1993

Text Example


Text Example

White with #FA1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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