Html Css Color HEX #F0137F Deep Pink

📋 copy color: '#F0137F'

red 240 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #F0137F

Tints of Deep Pink #F0137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

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

R = 62.18%
G = 4.92%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0137F (or 0xF0137F) is known color: Deep Pink. HEX triplet: F0, 13 and 7F. RGB value is (240,19,127). Sum of RGB (Red+Green+Blue) = 240+19+127=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0137F is #0FEC80. Grayscale: #616161. Windows color (decimal): -1043585 or 8328176. OLE color: 8328176.

HSL color Cylindrical-coordinate representation of color #F0137F: hue angle of 330.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0137F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 127 -
CMYK 0 0.92 0.47 0.06
HSL 330.68º 0.88% 0.51% -
HSV(B) 330.68º 0.92% 0.94% -
XYZ 40 20.52 21.93 -
YUV 97.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 240 19 127 0 0.92 0.47 0.06 330.68 0.88 0.51
Hex F0 13 7F 0 5C 2F 6 14B 58 33
Octal 360 23 177 0 134 57 6 513 130 63
Binary 11110000 10011 1111111 0 1011100 101111 110 101001011 1011000 110011

Color Harmonies of #F0137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0137F

Black with #F0137F

Text Example


Text Example

White with #F0137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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