Html Css Color HEX #F00B85 Deep Pink

📋 copy color: '#F00B85'

red 240 ◦ green 11 ◦ blue 133

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

Shades of Deep Pink #F00B85

Tints of Deep Pink #F00B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 62.5%
G = 2.86%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00B85 (or 0xF00B85) is known color: Deep Pink. HEX triplet: F0, 0B and 85. RGB value is (240,11,133). Sum of RGB (Red+Green+Blue) = 240+11+133=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B85 is #0FF47A. Grayscale: #5D5D5D. Windows color (decimal): -1045627 or 8719344. OLE color: 8719344.

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

Color convert

RGB 240 11 133 -
CMYK 0 0.95 0.45 0.06
HSL 328.03º 0.91% 0.49% -
HSV(B) 328.03º 0.95% 0.94% -
XYZ 40.29 20.46 24.02 -
YUV 93.38 150.37 232.58 -
System Red Green Blue C M Y K H S L
Decimal 240 11 133 0 0.95 0.45 0.06 328.03 0.91 0.49
Hex F0 B 85 0 5F 2D 6 148 5B 31
Octal 360 13 205 0 137 55 6 510 133 61
Binary 11110000 1011 10000101 0 1011111 101101 110 101001000 1011011 110001

Color Harmonies of #F00B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B85

Black with #F00B85

Text Example


Text Example

White with #F00B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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