Html Css Color HEX #F4149F Deep Pink

📋 copy color: '#F4149F'

red 244 ◦ green 20 ◦ blue 159

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

Shades of Deep Pink #F4149F

Tints of Deep Pink #F4149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 57.68%
G = 4.73%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4149F (or 0xF4149F) is known color: Deep Pink. HEX triplet: F4, 14 and 9F. RGB value is (244,20,159). Sum of RGB (Red+Green+Blue) = 244+20+159=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4149F is #0BEB60. Grayscale: #666666. Windows color (decimal): -781153 or 10425588. OLE color: 10425588.

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

Color convert

RGB 244 20 159 -
CMYK 0 0.92 0.35 0.04
HSL 322.77º 0.91% 0.52% -
HSV(B) 322.77º 0.92% 0.96% -
XYZ 43.82 22.24 34.78 -
YUV 102.82 159.71 228.7 -
System Red Green Blue C M Y K H S L
Decimal 244 20 159 0 0.92 0.35 0.04 322.77 0.91 0.52
Hex F4 14 9F 0 5C 23 4 143 5B 34
Octal 364 24 237 0 134 43 4 503 133 64
Binary 11110100 10100 10011111 0 1011100 100011 100 101000011 1011011 110100

Color Harmonies of #F4149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4149F

Black with #F4149F

Text Example


Text Example

White with #F4149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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