Html Css Color HEX #F0138B Deep Pink

📋 copy color: '#F0138B'

red 240 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #F0138B

Tints of Deep Pink #F0138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 60.3%
G = 4.77%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0138B (or 0xF0138B) is known color: Deep Pink. HEX triplet: F0, 13 and 8B. RGB value is (240,19,139). Sum of RGB (Red+Green+Blue) = 240+19+139=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0138B is #0FEC74. Grayscale: #626262. Windows color (decimal): -1043573 or 9114608. OLE color: 9114608.

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

Color convert

RGB 240 19 139 -
CMYK 0 0.92 0.42 0.06
HSL 327.42º 0.88% 0.51% -
HSV(B) 327.42º 0.92% 0.94% -
XYZ 40.83 20.86 26.3 -
YUV 98.76 150.72 228.74 -
System Red Green Blue C M Y K H S L
Decimal 240 19 139 0 0.92 0.42 0.06 327.42 0.88 0.51
Hex F0 13 8B 0 5C 2A 6 147 58 33
Octal 360 23 213 0 134 52 6 507 130 63
Binary 11110000 10011 10001011 0 1011100 101010 110 101000111 1011000 110011

Color Harmonies of #F0138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0138B

Black with #F0138B

Text Example


Text Example

White with #F0138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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