Html Css Color HEX #FF2290 Deep Pink

📋 copy color: '#FF2290'

red 255 ◦ green 34 ◦ blue 144

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

Shades of Deep Pink #FF2290

Tints of Deep Pink #FF2290

RGB

 RED value IS 255 (100% from 255) = 58.89%

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

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

R = 58.89%
G = 7.85%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF2290 (or 0xFF2290) is known color: Deep Pink. HEX triplet: FF, 22 and 90. RGB value is (255,34,144). Sum of RGB (Red+Green+Blue) = 255+34+144=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2290 is #00DD6F. Grayscale: #707070. Windows color (decimal): -56688 or 9446143. OLE color: 9446143.

HSL color Cylindrical-coordinate representation of color #FF2290: hue angle of 330.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2290 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 34 144 -
CMYK 0 0.87 0.44 0
HSL 330.14º 1% 0.57% -
HSV(B) 330.14º 0.87% 1% -
XYZ 46.85 24.42 28.63 -
YUV 112.62 145.72 229.56 -
System Red Green Blue C M Y K H S L
Decimal 255 34 144 0 0.87 0.44 0 330.14 1 0.57
Hex FF 22 90 0 57 2C 0 14A 64 39
Octal 377 42 220 0 127 54 0 512 144 71
Binary 11111111 100010 10010000 0 1010111 101100 0 101001010 1100100 111001

Color Harmonies of #FF2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2290

Black with #FF2290

Text Example


Text Example

White with #FF2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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