Html Css Color HEX #F00B8F Deep Pink

📋 copy color: '#F00B8F'

red 240 ◦ green 11 ◦ blue 143

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

Shades of Deep Pink #F00B8F

Tints of Deep Pink #F00B8F

RGB

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

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

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

R = 60.91%
G = 2.79%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00B8F (or 0xF00B8F) is known color: Deep Pink. HEX triplet: F0, 0B and 8F. RGB value is (240,11,143). Sum of RGB (Red+Green+Blue) = 240+11+143=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B8F is #0FF470. Grayscale: #5E5E5E. Windows color (decimal): -1045617 or 9374704. OLE color: 9374704.

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

Color convert

RGB 240 11 143 -
CMYK 0 0.95 0.40 0.06
HSL 325.41º 0.91% 0.49% -
HSV(B) 325.41º 0.95% 0.94% -
XYZ 41.01 20.75 27.83 -
YUV 94.52 155.37 231.77 -
System Red Green Blue C M Y K H S L
Decimal 240 11 143 0 0.95 0.40 0.06 325.41 0.91 0.49
Hex F0 B 8F 0 5F 28 6 145 5B 31
Octal 360 13 217 0 137 50 6 505 133 61
Binary 11110000 1011 10001111 0 1011111 101000 110 101000101 1011011 110001

Color Harmonies of #F00B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B8F

Black with #F00B8F

Text Example


Text Example

White with #F00B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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