Html Css Color HEX #F0208A Deep Pink

📋 copy color: '#F0208A'

red 240 ◦ green 32 ◦ blue 138

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

Shades of Deep Pink #F0208A

Tints of Deep Pink #F0208A

RGB

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

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

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

R = 58.54%
G = 7.8%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0208A (or 0xF0208A) is known color: Deep Pink. HEX triplet: F0, 20 and 8A. RGB value is (240,32,138). Sum of RGB (Red+Green+Blue) = 240+32+138=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0208A is #0FDF75. Grayscale: #6A6A6A. Windows color (decimal): -1040246 or 9052400. OLE color: 9052400.

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

Color convert

RGB 240 32 138 -
CMYK 0 0.87 0.42 0.06
HSL 329.42º 0.87% 0.53% -
HSV(B) 329.42º 0.87% 0.94% -
XYZ 41.04 21.39 26.01 -
YUV 106.28 145.91 223.38 -
System Red Green Blue C M Y K H S L
Decimal 240 32 138 0 0.87 0.42 0.06 329.42 0.87 0.53
Hex F0 20 8A 0 57 2A 6 149 57 35
Octal 360 40 212 0 127 52 6 511 127 65
Binary 11110000 100000 10001010 0 1010111 101010 110 101001001 1010111 110101

Color Harmonies of #F0208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0208A

Black with #F0208A

Text Example


Text Example

White with #F0208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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