Html Css Color HEX #F01B8B Deep Pink

📋 copy color: '#F01B8B'

red 240 ◦ green 27 ◦ blue 139

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

Shades of Deep Pink #F01B8B

Tints of Deep Pink #F01B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.65%

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

R = 59.11%
G = 6.65%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F01B8B (or 0xF01B8B) is known color: Deep Pink. HEX triplet: F0, 1B and 8B. RGB value is (240,27,139). Sum of RGB (Red+Green+Blue) = 240+27+139=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01B8B is #0FE474. Grayscale: #676767. Windows color (decimal): -1041525 or 9116656. OLE color: 9116656.

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

Color convert

RGB 240 27 139 -
CMYK 0 0.89 0.42 0.06
HSL 328.45º 0.88% 0.52% -
HSV(B) 328.45º 0.89% 0.94% -
XYZ 40.99 21.17 26.35 -
YUV 103.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 240 27 139 0 0.89 0.42 0.06 328.45 0.88 0.52
Hex F0 1B 8B 0 59 2A 6 148 58 34
Octal 360 33 213 0 131 52 6 510 130 64
Binary 11110000 11011 10001011 0 1011001 101010 110 101001000 1011000 110100

Color Harmonies of #F01B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B8B

Black with #F01B8B

Text Example


Text Example

White with #F01B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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