Html Css Color HEX #F21E90 Deep Pink

📋 copy color: '#F21E90'

red 242 ◦ green 30 ◦ blue 144

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

Shades of Deep Pink #F21E90

Tints of Deep Pink #F21E90

RGB

 RED value IS 242 (94.92% from 255) = 58.17%

 GREEN value IS 30 (12.11% from 255) = 7.21%

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

R = 58.17%
G = 7.21%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F21E90 (or 0xF21E90) is known color: Deep Pink. HEX triplet: F2, 1E and 90. RGB value is (242,30,144). Sum of RGB (Red+Green+Blue) = 242+30+144=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E90 is #0DE16F. Grayscale: #6A6A6A. Windows color (decimal): -909680 or 9445106. OLE color: 9445106.

HSL color Cylindrical-coordinate representation of color #F21E90: hue angle of 327.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21E90 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 30 144 -
CMYK 0 0.88 0.40 0.05
HSL 327.74º 0.89% 0.53% -
HSV(B) 327.74º 0.88% 0.95% -
XYZ 42.12 21.82 28.38 -
YUV 106.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 242 30 144 0 0.88 0.40 0.05 327.74 0.89 0.53
Hex F2 1E 90 0 58 28 5 148 59 35
Octal 362 36 220 0 130 50 5 510 131 65
Binary 11110010 11110 10010000 0 1011000 101000 101 101001000 1011001 110101

Color Harmonies of #F21E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E90

Black with #F21E90

Text Example


Text Example

White with #F21E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E90; }

 p { color: rgb(242,30,144); }

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

background-color css

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

 a { background-color: rgb(242,30,144); }

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

border-color css

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

 span { border-color: rgb(242,30,144); }

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