Html Css Color HEX #F2218D Deep Pink

📋 copy color: '#F2218D'

red 242 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #F2218D

Tints of Deep Pink #F2218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.93%

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

R = 58.17%
G = 7.93%
B = 33.89%

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

#F2218D (or 0xF2218D) is known color: Deep Pink. HEX triplet: F2, 21 and 8D. RGB value is (242,33,141). Sum of RGB (Red+Green+Blue) = 242+33+141=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2218D is #0DDE72. Grayscale: #6B6B6B. Windows color (decimal): -908915 or 9249266. OLE color: 9249266.

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

Color convert

RGB 242 33 141 -
CMYK 0 0.86 0.42 0.05
HSL 329º 0.89% 0.54% -
HSV(B) 329º 0.86% 0.95% -
XYZ 41.97 21.89 27.21 -
YUV 107.8 146.74 223.72 -
System Red Green Blue C M Y K H S L
Decimal 242 33 141 0 0.86 0.42 0.05 329 0.89 0.54
Hex F2 21 8D 0 56 2A 5 149 59 36
Octal 362 41 215 0 126 52 5 511 131 66
Binary 11110010 100001 10001101 0 1010110 101010 101 101001001 1011001 110110

Color Harmonies of #F2218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2218D

Black with #F2218D

Text Example


Text Example

White with #F2218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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