Html Css Color HEX #F0137C Deep Pink

📋 copy color: '#F0137C'

red 240 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F0137C

Tints of Deep Pink #F0137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 62.66%
G = 4.96%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0137C (or 0xF0137C) is known color: Deep Pink. HEX triplet: F0, 13 and 7C. RGB value is (240,19,124). Sum of RGB (Red+Green+Blue) = 240+19+124=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0137C is #0FEC83. Grayscale: #606060. Windows color (decimal): -1043588 or 8131568. OLE color: 8131568.

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

Color convert

RGB 240 19 124 -
CMYK 0 0.92 0.48 0.06
HSL 331.49º 0.88% 0.51% -
HSV(B) 331.49º 0.92% 0.94% -
XYZ 39.81 20.45 20.92 -
YUV 97.05 143.22 229.96 -
System Red Green Blue C M Y K H S L
Decimal 240 19 124 0 0.92 0.48 0.06 331.49 0.88 0.51
Hex F0 13 7C 0 5C 30 6 14B 58 33
Octal 360 23 174 0 134 60 6 513 130 63
Binary 11110000 10011 1111100 0 1011100 110000 110 101001011 1011000 110011

Color Harmonies of #F0137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0137C

Black with #F0137C

Text Example


Text Example

White with #F0137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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