Html Css Color HEX #F0088F Deep Pink

📋 copy color: '#F0088F'

red 240 ◦ green 8 ◦ blue 143

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

Shades of Deep Pink #F0088F

Tints of Deep Pink #F0088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 61.38%
G = 2.05%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0088F (or 0xF0088F) is known color: Deep Pink. HEX triplet: F0, 08 and 8F. RGB value is (240,8,143). Sum of RGB (Red+Green+Blue) = 240+8+143=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0088F is #0FF770. Grayscale: #5C5C5C. Windows color (decimal): -1046385 or 9373936. OLE color: 9373936.

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

Color convert

RGB 240 8 143 -
CMYK 0 0.97 0.40 0.06
HSL 325.09º 0.94% 0.49% -
HSV(B) 325.09º 0.97% 0.94% -
XYZ 40.98 20.68 27.82 -
YUV 92.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 240 8 143 0 0.97 0.40 0.06 325.09 0.94 0.49
Hex F0 8 8F 0 61 28 6 145 5E 31
Octal 360 10 217 0 141 50 6 505 136 61
Binary 11110000 1000 10001111 0 1100001 101000 110 101000101 1011110 110001

Color Harmonies of #F0088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0088F

Black with #F0088F

Text Example


Text Example

White with #F0088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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