Html Css Color HEX #F01E8B Deep Pink

📋 copy color: '#F01E8B'

red 240 ◦ green 30 ◦ blue 139

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

Shades of Deep Pink #F01E8B

Tints of Deep Pink #F01E8B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.33%

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

R = 58.68%
G = 7.33%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F01E8B (or 0xF01E8B) is known color: Deep Pink. HEX triplet: F0, 1E and 8B. RGB value is (240,30,139). Sum of RGB (Red+Green+Blue) = 240+30+139=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01E8B is #0FE174. Grayscale: #686868. Windows color (decimal): -1040757 or 9117424. OLE color: 9117424.

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

Color convert

RGB 240 30 139 -
CMYK 0 0.87 0.42 0.06
HSL 328.86º 0.88% 0.53% -
HSV(B) 328.86º 0.88% 0.94% -
XYZ 41.06 21.32 26.38 -
YUV 105.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 240 30 139 0 0.87 0.42 0.06 328.86 0.88 0.53
Hex F0 1E 8B 0 57 2A 6 149 58 35
Octal 360 36 213 0 127 52 6 511 130 65
Binary 11110000 11110 10001011 0 1010111 101010 110 101001001 1011000 110101

Color Harmonies of #F01E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E8B

Black with #F01E8B

Text Example


Text Example

White with #F01E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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