Html Css Color HEX #F0137B Deep Pink

📋 copy color: '#F0137B'

red 240 ◦ green 19 ◦ blue 123

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

Shades of Deep Pink #F0137B

Tints of Deep Pink #F0137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 62.83%
G = 4.97%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0137B (or 0xF0137B) is known color: Deep Pink. HEX triplet: F0, 13 and 7B. RGB value is (240,19,123). Sum of RGB (Red+Green+Blue) = 240+19+123=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0137B is #0FEC84. Grayscale: #606060. Windows color (decimal): -1043589 or 8066032. OLE color: 8066032.

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

Color convert

RGB 240 19 123 -
CMYK 0 0.92 0.49 0.06
HSL 331.76º 0.88% 0.51% -
HSV(B) 331.76º 0.92% 0.94% -
XYZ 39.74 20.42 20.59 -
YUV 96.94 142.72 230.04 -
System Red Green Blue C M Y K H S L
Decimal 240 19 123 0 0.92 0.49 0.06 331.76 0.88 0.51
Hex F0 13 7B 0 5C 31 6 14C 58 33
Octal 360 23 173 0 134 61 6 514 130 63
Binary 11110000 10011 1111011 0 1011100 110001 110 101001100 1011000 110011

Color Harmonies of #F0137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0137B

Black with #F0137B

Text Example


Text Example

White with #F0137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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