Html Css Color HEX #F0037D Deep Pink

📋 copy color: '#F0037D'

red 240 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #F0037D

Tints of Deep Pink #F0037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 65.22%
G = 0.82%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0037D (or 0xF0037D) is known color: Deep Pink. HEX triplet: F0, 03 and 7D. RGB value is (240,3,125). Sum of RGB (Red+Green+Blue) = 240+3+125=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0037D is #0FFC82. Grayscale: #575757. Windows color (decimal): -1047683 or 8193008. OLE color: 8193008.

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

Color convert

RGB 240 3 125 -
CMYK 0 0.99 0.48 0.06
HSL 329.11º 0.98% 0.48% -
HSV(B) 329.11º 0.99% 0.94% -
XYZ 39.67 20.07 21.19 -
YUV 87.77 149.02 236.58 -
System Red Green Blue C M Y K H S L
Decimal 240 3 125 0 0.99 0.48 0.06 329.11 0.98 0.48
Hex F0 3 7D 0 63 30 6 149 62 30
Octal 360 3 175 0 143 60 6 511 142 60
Binary 11110000 11 1111101 0 1100011 110000 110 101001001 1100010 110000

Color Harmonies of #F0037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0037D

Black with #F0037D

Text Example


Text Example

White with #F0037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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