Html Css Color HEX #F01D8F Deep Pink

📋 copy color: '#F01D8F'

red 240 ◦ green 29 ◦ blue 143

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

Shades of Deep Pink #F01D8F

Tints of Deep Pink #F01D8F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

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

R = 58.25%
G = 7.04%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F01D8F (or 0xF01D8F) is known color: Deep Pink. HEX triplet: F0, 1D and 8F. RGB value is (240,29,143). Sum of RGB (Red+Green+Blue) = 240+29+143=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D8F is #0FE270. Grayscale: #686868. Windows color (decimal): -1041009 or 9379312. OLE color: 9379312.

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

Color convert

RGB 240 29 143 -
CMYK 0 0.88 0.40 0.06
HSL 327.58º 0.88% 0.53% -
HSV(B) 327.58º 0.88% 0.94% -
XYZ 41.33 21.39 27.94 -
YUV 105.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 240 29 143 0 0.88 0.40 0.06 327.58 0.88 0.53
Hex F0 1D 8F 0 58 28 6 148 58 35
Octal 360 35 217 0 130 50 6 510 130 65
Binary 11110000 11101 10001111 0 1011000 101000 110 101001000 1011000 110101

Color Harmonies of #F01D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D8F

Black with #F01D8F

Text Example


Text Example

White with #F01D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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