Html Css Color HEX #F0088B Deep Pink

📋 copy color: '#F0088B'

red 240 ◦ green 8 ◦ blue 139

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

Shades of Deep Pink #F0088B

Tints of Deep Pink #F0088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 62.02%
G = 2.07%
B = 35.92%

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

#F0088B (or 0xF0088B) is known color: Deep Pink. HEX triplet: F0, 08 and 8B. RGB value is (240,8,139). Sum of RGB (Red+Green+Blue) = 240+8+139=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0088B is #0FF774. Grayscale: #5C5C5C. Windows color (decimal): -1046389 or 9111792. OLE color: 9111792.

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

Color convert

RGB 240 8 139 -
CMYK 0 0.97 0.42 0.06
HSL 326.12º 0.94% 0.49% -
HSV(B) 326.12º 0.97% 0.94% -
XYZ 40.68 20.56 26.25 -
YUV 92.3 154.36 233.35 -
System Red Green Blue C M Y K H S L
Decimal 240 8 139 0 0.97 0.42 0.06 326.12 0.94 0.49
Hex F0 8 8B 0 61 2A 6 146 5E 31
Octal 360 10 213 0 141 52 6 506 136 61
Binary 11110000 1000 10001011 0 1100001 101010 110 101000110 1011110 110001

Color Harmonies of #F0088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0088B

Black with #F0088B

Text Example


Text Example

White with #F0088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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