Html Css Color HEX #FA2290 Deep Pink

📋 copy color: '#FA2290'

red 250 ◦ green 34 ◦ blue 144

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

Shades of Deep Pink #FA2290

Tints of Deep Pink #FA2290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.94%

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

R = 58.41%
G = 7.94%
B = 33.64%

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

#FA2290 (or 0xFA2290) is known color: Deep Pink. HEX triplet: FA, 22 and 90. RGB value is (250,34,144). Sum of RGB (Red+Green+Blue) = 250+34+144=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2290 is #05DD6F. Grayscale: #6E6E6E. Windows color (decimal): -384368 or 9446138. OLE color: 9446138.

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

Color convert

RGB 250 34 144 -
CMYK 0 0.86 0.42 0.02
HSL 329.44º 0.96% 0.56% -
HSV(B) 329.44º 0.86% 0.98% -
XYZ 45.03 23.48 28.54 -
YUV 111.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 250 34 144 0 0.86 0.42 0.02 329.44 0.96 0.56
Hex FA 22 90 0 56 2A 2 149 60 38
Octal 372 42 220 0 126 52 2 511 140 70
Binary 11111010 100010 10010000 0 1010110 101010 10 101001001 1100000 111000

Color Harmonies of #FA2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2290

Black with #FA2290

Text Example


Text Example

White with #FA2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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