Html Css Color HEX #F01C8D Deep Pink

📋 copy color: '#F01C8D'

red 240 ◦ green 28 ◦ blue 141

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

Shades of Deep Pink #F01C8D

Tints of Deep Pink #F01C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.85%

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 58.68%
G = 6.85%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F01C8D (or 0xF01C8D) is known color: Deep Pink. HEX triplet: F0, 1C and 8D. RGB value is (240,28,141). Sum of RGB (Red+Green+Blue) = 240+28+141=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C8D is #0FE372. Grayscale: #686868. Windows color (decimal): -1041267 or 9247984. OLE color: 9247984.

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

Color convert

RGB 240 28 141 -
CMYK 0 0.88 0.41 0.06
HSL 328.02º 0.88% 0.53% -
HSV(B) 328.02º 0.88% 0.94% -
XYZ 41.16 21.28 27.14 -
YUV 104.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 240 28 141 0 0.88 0.41 0.06 328.02 0.88 0.53
Hex F0 1C 8D 0 58 29 6 148 58 35
Octal 360 34 215 0 130 51 6 510 130 65
Binary 11110000 11100 10001101 0 1011000 101001 110 101001000 1011000 110101

Color Harmonies of #F01C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C8D

Black with #F01C8D

Text Example


Text Example

White with #F01C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C8D; }

 p { color: rgb(240,28,141); }

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

background-color css

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

 a { background-color: rgb(240,28,141); }

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

border-color css

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

 span { border-color: rgb(240,28,141); }

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