Html Css Color HEX #F0087B Deep Pink

📋 copy color: '#F0087B'

red 240 ◦ green 8 ◦ blue 123

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

Shades of Deep Pink #F0087B

Tints of Deep Pink #F0087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 64.69%
G = 2.16%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0087B (or 0xF0087B) is known color: Deep Pink. HEX triplet: F0, 08 and 7B. RGB value is (240,8,123). Sum of RGB (Red+Green+Blue) = 240+8+123=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0087B is #0FF784. Grayscale: #5A5A5A. Windows color (decimal): -1046405 or 8063216. OLE color: 8063216.

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

Color convert

RGB 240 8 123 -
CMYK 0 0.97 0.49 0.06
HSL 330.26º 0.94% 0.49% -
HSV(B) 330.26º 0.97% 0.94% -
XYZ 39.6 20.13 20.54 -
YUV 90.48 146.36 234.65 -
System Red Green Blue C M Y K H S L
Decimal 240 8 123 0 0.97 0.49 0.06 330.26 0.94 0.49
Hex F0 8 7B 0 61 31 6 14A 5E 31
Octal 360 10 173 0 141 61 6 512 136 61
Binary 11110000 1000 1111011 0 1100001 110001 110 101001010 1011110 110001

Color Harmonies of #F0087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0087B

Black with #F0087B

Text Example


Text Example

White with #F0087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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