Html Css Color HEX #F4148A Deep Pink

📋 copy color: '#F4148A'

red 244 ◦ green 20 ◦ blue 138

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

Shades of Deep Pink #F4148A

Tints of Deep Pink #F4148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 60.7%
G = 4.98%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4148A (or 0xF4148A) is known color: Deep Pink. HEX triplet: F4, 14 and 8A. RGB value is (244,20,138). Sum of RGB (Red+Green+Blue) = 244+20+138=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4148A is #0BEB75. Grayscale: #646464. Windows color (decimal): -781174 or 9049332. OLE color: 9049332.

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

Color convert

RGB 244 20 138 -
CMYK 0 0.92 0.43 0.04
HSL 328.39º 0.91% 0.52% -
HSV(B) 328.39º 0.92% 0.96% -
XYZ 42.15 21.57 25.99 -
YUV 100.43 149.21 230.41 -
System Red Green Blue C M Y K H S L
Decimal 244 20 138 0 0.92 0.43 0.04 328.39 0.91 0.52
Hex F4 14 8A 0 5C 2B 4 148 5B 34
Octal 364 24 212 0 134 53 4 510 133 64
Binary 11110100 10100 10001010 0 1011100 101011 100 101001000 1011011 110100

Color Harmonies of #F4148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4148A

Black with #F4148A

Text Example


Text Example

White with #F4148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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