Html Css Color HEX #FA2390 Deep Pink

📋 copy color: '#FA2390'

red 250 ◦ green 35 ◦ blue 144

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

Shades of Deep Pink #FA2390

Tints of Deep Pink #FA2390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 58.28%
G = 8.16%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2390 (or 0xFA2390) is known color: Deep Pink. HEX triplet: FA, 23 and 90. RGB value is (250,35,144). Sum of RGB (Red+Green+Blue) = 250+35+144=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2390 is #05DC6F. Grayscale: #6F6F6F. Windows color (decimal): -384112 or 9446394. OLE color: 9446394.

HSL color Cylindrical-coordinate representation of color #FA2390: hue angle of 329.58º 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 #FA2390 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 35 144 -
CMYK 0 0.86 0.42 0.02
HSL 329.58º 0.96% 0.56% -
HSV(B) 329.58º 0.86% 0.98% -
XYZ 45.06 23.54 28.55 -
YUV 111.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 250 35 144 0 0.86 0.42 0.02 329.58 0.96 0.56
Hex FA 23 90 0 56 2A 2 14A 60 38
Octal 372 43 220 0 126 52 2 512 140 70
Binary 11111010 100011 10010000 0 1010110 101010 10 101001010 1100000 111000

Color Harmonies of #FA2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2390

Black with #FA2390

Text Example


Text Example

White with #FA2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2390; }

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

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

background-color css

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

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

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

border-color css

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

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

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