Html Css Color HEX #F00B8C Deep Pink

📋 copy color: '#F00B8C'

red 240 ◦ green 11 ◦ blue 140

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

Shades of Deep Pink #F00B8C

Tints of Deep Pink #F00B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 61.38%
G = 2.81%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F00B8C (or 0xF00B8C) is known color: Deep Pink. HEX triplet: F0, 0B and 8C. RGB value is (240,11,140). Sum of RGB (Red+Green+Blue) = 240+11+140=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B8C is #0FF473. Grayscale: #5D5D5D. Windows color (decimal): -1045620 or 9178096. OLE color: 9178096.

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

Color convert

RGB 240 11 140 -
CMYK 0 0.95 0.42 0.06
HSL 326.2º 0.91% 0.49% -
HSV(B) 326.2º 0.95% 0.94% -
XYZ 40.79 20.66 26.65 -
YUV 94.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 240 11 140 0 0.95 0.42 0.06 326.2 0.91 0.49
Hex F0 B 8C 0 5F 2A 6 146 5B 31
Octal 360 13 214 0 137 52 6 506 133 61
Binary 11110000 1011 10001100 0 1011111 101010 110 101000110 1011011 110001

Color Harmonies of #F00B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B8C

Black with #F00B8C

Text Example


Text Example

White with #F00B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B8C; }

 p { color: rgb(240,11,140); }

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

background-color css

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

 a { background-color: rgb(240,11,140); }

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

border-color css

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

 span { border-color: rgb(240,11,140); }

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