Html Css Color HEX #F2128E Deep Pink

📋 copy color: '#F2128E'

red 242 ◦ green 18 ◦ blue 142

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

Shades of Deep Pink #F2128E

Tints of Deep Pink #F2128E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.48%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 60.2%
G = 4.48%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2128E (or 0xF2128E) is known color: Deep Pink. HEX triplet: F2, 12 and 8E. RGB value is (242,18,142). Sum of RGB (Red+Green+Blue) = 242+18+142=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2128E is #0DED71. Grayscale: #626262. Windows color (decimal): -912754 or 9310962. OLE color: 9310962.

HSL color Cylindrical-coordinate representation of color #F2128E: hue angle of 326.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2128E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 142 -
CMYK 0 0.93 0.41 0.05
HSL 326.79º 0.9% 0.51% -
HSV(B) 326.79º 0.93% 0.95% -
XYZ 41.72 21.26 27.5 -
YUV 99.11 152.21 229.92 -
System Red Green Blue C M Y K H S L
Decimal 242 18 142 0 0.93 0.41 0.05 326.79 0.9 0.51
Hex F2 12 8E 0 5D 29 5 147 5A 33
Octal 362 22 216 0 135 51 5 507 132 63
Binary 11110010 10010 10001110 0 1011101 101001 101 101000111 1011010 110011

Color Harmonies of #F2128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2128E

Black with #F2128E

Text Example


Text Example

White with #F2128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2128E; }

 p { color: rgb(242,18,142); }

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

background-color css

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

 a { background-color: rgb(242,18,142); }

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

border-color css

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

 span { border-color: rgb(242,18,142); }

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