Html Css Color HEX #FA2393 Deep Pink

📋 copy color: '#FA2393'

red 250 ◦ green 35 ◦ blue 147

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

Shades of Deep Pink #FA2393

Tints of Deep Pink #FA2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.1%

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

R = 57.87%
G = 8.1%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA2393 (or 0xFA2393) is known color: Deep Pink. HEX triplet: FA, 23 and 93. RGB value is (250,35,147). Sum of RGB (Red+Green+Blue) = 250+35+147=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2393 is #05DC6C. Grayscale: #6F6F6F. Windows color (decimal): -384109 or 9643002. OLE color: 9643002.

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

Color convert

RGB 250 35 147 -
CMYK 0 0.86 0.41 0.02
HSL 328.74º 0.96% 0.56% -
HSV(B) 328.74º 0.86% 0.98% -
XYZ 45.29 23.63 29.78 -
YUV 112.05 147.73 226.39 -
System Red Green Blue C M Y K H S L
Decimal 250 35 147 0 0.86 0.41 0.02 328.74 0.96 0.56
Hex FA 23 93 0 56 29 2 149 60 38
Octal 372 43 223 0 126 51 2 511 140 70
Binary 11111010 100011 10010011 0 1010110 101001 10 101001001 1100000 111000

Color Harmonies of #FA2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2393

Black with #FA2393

Text Example


Text Example

White with #FA2393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2393; }

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

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

background-color css

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

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

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

border-color css

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

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

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