Html Css Color HEX #F0218D Deep Pink

📋 copy color: '#F0218D'

red 240 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #F0218D

Tints of Deep Pink #F0218D

RGB

 RED value IS 240 (94.14% from 255) = 57.97%

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

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

R = 57.97%
G = 7.97%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0218D (or 0xF0218D) is known color: Deep Pink. HEX triplet: F0, 21 and 8D. RGB value is (240,33,141). Sum of RGB (Red+Green+Blue) = 240+33+141=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0218D is #0FDE72. Grayscale: #6A6A6A. Windows color (decimal): -1039987 or 9249264. OLE color: 9249264.

HSL color Cylindrical-coordinate representation of color #F0218D: hue angle of 328.7º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0218D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 141 -
CMYK 0 0.86 0.41 0.06
HSL 328.7º 0.87% 0.54% -
HSV(B) 328.7º 0.86% 0.94% -
XYZ 41.29 21.54 27.18 -
YUV 107.21 147.08 222.72 -
System Red Green Blue C M Y K H S L
Decimal 240 33 141 0 0.86 0.41 0.06 328.7 0.87 0.54
Hex F0 21 8D 0 56 29 6 149 57 36
Octal 360 41 215 0 126 51 6 511 127 66
Binary 11110000 100001 10001101 0 1010110 101001 110 101001001 1010111 110110

Color Harmonies of #F0218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0218D

Black with #F0218D

Text Example


Text Example

White with #F0218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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