Html Css Color HEX #F4138D Deep Pink

📋 copy color: '#F4138D'

red 244 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #F4138D

Tints of Deep Pink #F4138D

RGB

 RED value IS 244 (95.7% from 255) = 60.4%

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 60.4%
G = 4.7%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4138D (or 0xF4138D) is known color: Deep Pink. HEX triplet: F4, 13 and 8D. RGB value is (244,19,141). Sum of RGB (Red+Green+Blue) = 244+19+141=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4138D is #0BEC72. Grayscale: #636363. Windows color (decimal): -781427 or 9245684. OLE color: 9245684.

HSL color Cylindrical-coordinate representation of color #F4138D: hue angle of 327.47º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4138D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 141 -
CMYK 0 0.92 0.42 0.04
HSL 327.47º 0.91% 0.52% -
HSV(B) 327.47º 0.92% 0.96% -
XYZ 42.35 21.62 27.14 -
YUV 100.18 151.04 230.58 -
System Red Green Blue C M Y K H S L
Decimal 244 19 141 0 0.92 0.42 0.04 327.47 0.91 0.52
Hex F4 13 8D 0 5C 2A 4 147 5B 34
Octal 364 23 215 0 134 52 4 507 133 64
Binary 11110100 10011 10001101 0 1011100 101010 100 101000111 1011011 110100

Color Harmonies of #F4138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4138D

Black with #F4138D

Text Example


Text Example

White with #F4138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4138D; }

 p { color: rgb(244,19,141); }

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

background-color css

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

 a { background-color: rgb(244,19,141); }

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

border-color css

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

 span { border-color: rgb(244,19,141); }

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