Html Css Color HEX #F4138F Deep Pink

📋 copy color: '#F4138F'

red 244 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #F4138F

Tints of Deep Pink #F4138F

RGB

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

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

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

R = 60.1%
G = 4.68%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F4138F (or 0xF4138F) is known color: Deep Pink. HEX triplet: F4, 13 and 8F. RGB value is (244,19,143). Sum of RGB (Red+Green+Blue) = 244+19+143=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4138F is #0BEC70. Grayscale: #646464. Windows color (decimal): -781425 or 9376756. OLE color: 9376756.

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

Color convert

RGB 244 19 143 -
CMYK 0 0.92 0.41 0.04
HSL 326.93º 0.91% 0.52% -
HSV(B) 326.93º 0.92% 0.96% -
XYZ 42.5 21.68 27.93 -
YUV 100.41 152.04 230.42 -
System Red Green Blue C M Y K H S L
Decimal 244 19 143 0 0.92 0.41 0.04 326.93 0.91 0.52
Hex F4 13 8F 0 5C 29 4 147 5B 34
Octal 364 23 217 0 134 51 4 507 133 64
Binary 11110100 10011 10001111 0 1011100 101001 100 101000111 1011011 110100

Color Harmonies of #F4138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4138F

Black with #F4138F

Text Example


Text Example

White with #F4138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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