Html Css Color HEX #F0088A Deep Pink

📋 copy color: '#F0088A'

red 240 ◦ green 8 ◦ blue 138

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

Shades of Deep Pink #F0088A

Tints of Deep Pink #F0088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

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

R = 62.18%
G = 2.07%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0088A (or 0xF0088A) is known color: Deep Pink. HEX triplet: F0, 08 and 8A. RGB value is (240,8,138). Sum of RGB (Red+Green+Blue) = 240+8+138=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0088A is #0FF775. Grayscale: #5B5B5B. Windows color (decimal): -1046390 or 9046256. OLE color: 9046256.

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

Color convert

RGB 240 8 138 -
CMYK 0 0.97 0.42 0.06
HSL 326.38º 0.94% 0.49% -
HSV(B) 326.38º 0.97% 0.94% -
XYZ 40.61 20.53 25.87 -
YUV 92.19 153.86 233.43 -
System Red Green Blue C M Y K H S L
Decimal 240 8 138 0 0.97 0.42 0.06 326.38 0.94 0.49
Hex F0 8 8A 0 61 2A 6 146 5E 31
Octal 360 10 212 0 141 52 6 506 136 61
Binary 11110000 1000 10001010 0 1100001 101010 110 101000110 1011110 110001

Color Harmonies of #F0088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0088A

Black with #F0088A

Text Example


Text Example

White with #F0088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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