Html Css Color HEX #F4218D Deep Pink

📋 copy color: '#F4218D'

red 244 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #F4218D

Tints of Deep Pink #F4218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.89%

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

R = 58.37%
G = 7.89%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4218D (or 0xF4218D) is known color: Deep Pink. HEX triplet: F4, 21 and 8D. RGB value is (244,33,141). Sum of RGB (Red+Green+Blue) = 244+33+141=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4218D is #0BDE72. Grayscale: #6C6C6C. Windows color (decimal): -777843 or 9249268. OLE color: 9249268.

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

Color convert

RGB 244 33 141 -
CMYK 0 0.86 0.42 0.04
HSL 329.29º 0.91% 0.54% -
HSV(B) 329.29º 0.86% 0.96% -
XYZ 42.66 22.24 27.24 -
YUV 108.4 146.4 224.72 -
System Red Green Blue C M Y K H S L
Decimal 244 33 141 0 0.86 0.42 0.04 329.29 0.91 0.54
Hex F4 21 8D 0 56 2A 4 149 5B 36
Octal 364 41 215 0 126 52 4 511 133 66
Binary 11110100 100001 10001101 0 1010110 101010 100 101001001 1011011 110110

Color Harmonies of #F4218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4218D

Black with #F4218D

Text Example


Text Example

White with #F4218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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