Html Css Color HEX #F2228D Deep Pink

📋 copy color: '#F2228D'

red 242 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #F2228D

Tints of Deep Pink #F2228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 58.03%
G = 8.15%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2228D (or 0xF2228D) is known color: Deep Pink. HEX triplet: F2, 22 and 8D. RGB value is (242,34,141). Sum of RGB (Red+Green+Blue) = 242+34+141=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2228D is #0DDD72. Grayscale: #6C6C6C. Windows color (decimal): -908659 or 9249522. OLE color: 9249522.

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

Color convert

RGB 242 34 141 -
CMYK 0 0.86 0.42 0.05
HSL 329.13º 0.89% 0.54% -
HSV(B) 329.13º 0.86% 0.95% -
XYZ 42 21.94 27.22 -
YUV 108.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 242 34 141 0 0.86 0.42 0.05 329.13 0.89 0.54
Hex F2 22 8D 0 56 2A 5 149 59 36
Octal 362 42 215 0 126 52 5 511 131 66
Binary 11110010 100010 10001101 0 1010110 101010 101 101001001 1011001 110110

Color Harmonies of #F2228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2228D

Black with #F2228D

Text Example


Text Example

White with #F2228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2228D; }

 p { color: rgb(242,34,141); }

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

background-color css

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

 a { background-color: rgb(242,34,141); }

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

border-color css

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

 span { border-color: rgb(242,34,141); }

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