Html Css Color HEX #F4148D Deep Pink

📋 copy color: '#F4148D'

red 244 ◦ green 20 ◦ blue 141

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

Shades of Deep Pink #F4148D

Tints of Deep Pink #F4148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.94%

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

R = 60.25%
G = 4.94%
B = 34.81%

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

#F4148D (or 0xF4148D) is known color: Deep Pink. HEX triplet: F4, 14 and 8D. RGB value is (244,20,141). Sum of RGB (Red+Green+Blue) = 244+20+141=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4148D is #0BEB72. Grayscale: #646464. Windows color (decimal): -781171 or 9245940. OLE color: 9245940.

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

Color convert

RGB 244 20 141 -
CMYK 0 0.92 0.42 0.04
HSL 327.59º 0.91% 0.52% -
HSV(B) 327.59º 0.92% 0.96% -
XYZ 42.37 21.66 27.15 -
YUV 100.77 150.71 230.16 -
System Red Green Blue C M Y K H S L
Decimal 244 20 141 0 0.92 0.42 0.04 327.59 0.91 0.52
Hex F4 14 8D 0 5C 2A 4 148 5B 34
Octal 364 24 215 0 134 52 4 510 133 64
Binary 11110100 10100 10001101 0 1011100 101010 100 101001000 1011011 110100

Color Harmonies of #F4148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4148D

Black with #F4148D

Text Example


Text Example

White with #F4148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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