Html Css Color HEX #F01F7D Deep Pink

📋 copy color: '#F01F7D'

red 240 ◦ green 31 ◦ blue 125

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

Shades of Deep Pink #F01F7D

Tints of Deep Pink #F01F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.83%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 60.61%
G = 7.83%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F01F7D (or 0xF01F7D) is known color: Deep Pink. HEX triplet: F0, 1F and 7D. RGB value is (240,31,125). Sum of RGB (Red+Green+Blue) = 240+31+125=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01F7D is #0FE082. Grayscale: #686868. Windows color (decimal): -1040515 or 8200176. OLE color: 8200176.

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

Color convert

RGB 240 31 125 -
CMYK 0 0.87 0.48 0.06
HSL 333.01º 0.87% 0.53% -
HSV(B) 333.01º 0.87% 0.94% -
XYZ 40.13 20.99 21.34 -
YUV 104.21 139.74 224.86 -
System Red Green Blue C M Y K H S L
Decimal 240 31 125 0 0.87 0.48 0.06 333.01 0.87 0.53
Hex F0 1F 7D 0 57 30 6 14D 57 35
Octal 360 37 175 0 127 60 6 515 127 65
Binary 11110000 11111 1111101 0 1010111 110000 110 101001101 1010111 110101

Color Harmonies of #F01F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01F7D

Black with #F01F7D

Text Example


Text Example

White with #F01F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01F7D; }

 p { color: rgb(240,31,125); }

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

background-color css

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

 a { background-color: rgb(240,31,125); }

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

border-color css

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

 span { border-color: rgb(240,31,125); }

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