Html Css Color HEX #F0037F Deep Pink

📋 copy color: '#F0037F'

red 240 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #F0037F

Tints of Deep Pink #F0037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 64.86%
G = 0.81%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0037F (or 0xF0037F) is known color: Deep Pink. HEX triplet: F0, 03 and 7F. RGB value is (240,3,127). Sum of RGB (Red+Green+Blue) = 240+3+127=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0037F is #0FFC80. Grayscale: #575757. Windows color (decimal): -1047681 or 8324080. OLE color: 8324080.

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

Color convert

RGB 240 3 127 -
CMYK 0 0.99 0.47 0.06
HSL 328.61º 0.98% 0.48% -
HSV(B) 328.61º 0.99% 0.94% -
XYZ 39.8 20.12 21.87 -
YUV 88 150.02 236.42 -
System Red Green Blue C M Y K H S L
Decimal 240 3 127 0 0.99 0.47 0.06 328.61 0.98 0.48
Hex F0 3 7F 0 63 2F 6 149 62 30
Octal 360 3 177 0 143 57 6 511 142 60
Binary 11110000 11 1111111 0 1100011 101111 110 101001001 1100010 110000

Color Harmonies of #F0037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0037F

Black with #F0037F

Text Example


Text Example

White with #F0037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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