Html Css Color HEX #F0208D Deep Pink

📋 copy color: '#F0208D'

red 240 ◦ green 32 ◦ blue 141

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

Shades of Deep Pink #F0208D

Tints of Deep Pink #F0208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.75%

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

R = 58.11%
G = 7.75%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0208D (or 0xF0208D) is known color: Deep Pink. HEX triplet: F0, 20 and 8D. RGB value is (240,32,141). Sum of RGB (Red+Green+Blue) = 240+32+141=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0208D is #0FDF72. Grayscale: #6A6A6A. Windows color (decimal): -1040243 or 9249008. OLE color: 9249008.

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

Color convert

RGB 240 32 141 -
CMYK 0 0.87 0.41 0.06
HSL 328.56º 0.87% 0.53% -
HSV(B) 328.56º 0.87% 0.94% -
XYZ 41.26 21.48 27.17 -
YUV 106.62 147.41 223.14 -
System Red Green Blue C M Y K H S L
Decimal 240 32 141 0 0.87 0.41 0.06 328.56 0.87 0.53
Hex F0 20 8D 0 57 29 6 149 57 35
Octal 360 40 215 0 127 51 6 511 127 65
Binary 11110000 100000 10001101 0 1010111 101001 110 101001001 1010111 110101

Color Harmonies of #F0208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0208D

Black with #F0208D

Text Example


Text Example

White with #F0208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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