Html Css Color HEX #F0138F Deep Pink

📋 copy color: '#F0138F'

red 240 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #F0138F

Tints of Deep Pink #F0138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 59.7%
G = 4.73%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0138F (or 0xF0138F) is known color: Deep Pink. HEX triplet: F0, 13 and 8F. RGB value is (240,19,143). Sum of RGB (Red+Green+Blue) = 240+19+143=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0138F is #0FEC70. Grayscale: #626262. Windows color (decimal): -1043569 or 9376752. OLE color: 9376752.

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

Color convert

RGB 240 19 143 -
CMYK 0 0.92 0.40 0.06
HSL 326.33º 0.88% 0.51% -
HSV(B) 326.33º 0.92% 0.94% -
XYZ 41.13 20.97 27.87 -
YUV 99.22 152.72 228.42 -
System Red Green Blue C M Y K H S L
Decimal 240 19 143 0 0.92 0.40 0.06 326.33 0.88 0.51
Hex F0 13 8F 0 5C 28 6 146 58 33
Octal 360 23 217 0 134 50 6 506 130 63
Binary 11110000 10011 10001111 0 1011100 101000 110 101000110 1011000 110011

Color Harmonies of #F0138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0138F

Black with #F0138F

Text Example


Text Example

White with #F0138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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