Html Css Color HEX #F0088D Deep Pink

📋 copy color: '#F0088D'

red 240 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #F0088D

Tints of Deep Pink #F0088D

RGB

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

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

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

R = 61.7%
G = 2.06%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0088D (or 0xF0088D) is known color: Deep Pink. HEX triplet: F0, 08 and 8D. RGB value is (240,8,141). Sum of RGB (Red+Green+Blue) = 240+8+141=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0088D is #0FF772. Grayscale: #5C5C5C. Windows color (decimal): -1046387 or 9242864. OLE color: 9242864.

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

Color convert

RGB 240 8 141 -
CMYK 0 0.97 0.41 0.06
HSL 325.6º 0.94% 0.49% -
HSV(B) 325.6º 0.97% 0.94% -
XYZ 40.83 20.62 27.03 -
YUV 92.53 155.36 233.19 -
System Red Green Blue C M Y K H S L
Decimal 240 8 141 0 0.97 0.41 0.06 325.6 0.94 0.49
Hex F0 8 8D 0 61 29 6 146 5E 31
Octal 360 10 215 0 141 51 6 506 136 61
Binary 11110000 1000 10001101 0 1100001 101001 110 101000110 1011110 110001

Color Harmonies of #F0088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0088D

Black with #F0088D

Text Example


Text Example

White with #F0088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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