Html Css Color HEX #F0218A Deep Pink

📋 copy color: '#F0218A'

red 240 ◦ green 33 ◦ blue 138

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

Shades of Deep Pink #F0218A

Tints of Deep Pink #F0218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 58.39%
G = 8.03%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0218A (or 0xF0218A) is known color: Deep Pink. HEX triplet: F0, 21 and 8A. RGB value is (240,33,138). Sum of RGB (Red+Green+Blue) = 240+33+138=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0218A is #0FDE75. Grayscale: #6A6A6A. Windows color (decimal): -1039990 or 9052656. OLE color: 9052656.

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

Color convert

RGB 240 33 138 -
CMYK 0 0.86 0.42 0.06
HSL 329.57º 0.87% 0.54% -
HSV(B) 329.57º 0.86% 0.94% -
XYZ 41.07 21.45 26.02 -
YUV 106.86 145.58 222.96 -
System Red Green Blue C M Y K H S L
Decimal 240 33 138 0 0.86 0.42 0.06 329.57 0.87 0.54
Hex F0 21 8A 0 56 2A 6 14A 57 36
Octal 360 41 212 0 126 52 6 512 127 66
Binary 11110000 100001 10001010 0 1010110 101010 110 101001010 1010111 110110

Color Harmonies of #F0218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0218A

Black with #F0218A

Text Example


Text Example

White with #F0218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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