Html Css Color HEX #F4088D Deep Pink

📋 copy color: '#F4088D'

red 244 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #F4088D

Tints of Deep Pink #F4088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 62.09%
G = 2.04%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4088D (or 0xF4088D) is known color: Deep Pink. HEX triplet: F4, 08 and 8D. RGB value is (244,8,141). Sum of RGB (Red+Green+Blue) = 244+8+141=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4088D is #0BF772. Grayscale: #5D5D5D. Windows color (decimal): -784243 or 9242868. OLE color: 9242868.

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

Color convert

RGB 244 8 141 -
CMYK 0 0.97 0.42 0.04
HSL 326.19º 0.94% 0.49% -
HSV(B) 326.19º 0.97% 0.96% -
XYZ 42.2 21.33 27.09 -
YUV 93.73 154.69 235.19 -
System Red Green Blue C M Y K H S L
Decimal 244 8 141 0 0.97 0.42 0.04 326.19 0.94 0.49
Hex F4 8 8D 0 61 2A 4 146 5E 31
Octal 364 10 215 0 141 52 4 506 136 61
Binary 11110100 1000 10001101 0 1100001 101010 100 101000110 1011110 110001

Color Harmonies of #F4088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4088D

Black with #F4088D

Text Example


Text Example

White with #F4088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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