Html Css Color HEX #F4248F Deep Pink

📋 copy color: '#F4248F'

red 244 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #F4248F

Tints of Deep Pink #F4248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 57.68%
G = 8.51%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F4248F (or 0xF4248F) is known color: Deep Pink. HEX triplet: F4, 24 and 8F. RGB value is (244,36,143). Sum of RGB (Red+Green+Blue) = 244+36+143=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4248F is #0BDB70. Grayscale: #6E6E6E. Windows color (decimal): -777073 or 9381108. OLE color: 9381108.

HSL color Cylindrical-coordinate representation of color #F4248F: hue angle of 329.13º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4248F is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 143 -
CMYK 0 0.85 0.41 0.04
HSL 329.13º 0.9% 0.55% -
HSV(B) 329.13º 0.85% 0.96% -
XYZ 42.9 22.48 28.06 -
YUV 110.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 244 36 143 0 0.85 0.41 0.04 329.13 0.9 0.55
Hex F4 24 8F 0 55 29 4 149 5A 37
Octal 364 44 217 0 125 51 4 511 132 67
Binary 11110100 100100 10001111 0 1010101 101001 100 101001001 1011010 110111

Color Harmonies of #F4248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4248F

Black with #F4248F

Text Example


Text Example

White with #F4248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4248F; }

 p { color: rgb(244,36,143); }

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

background-color css

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

 a { background-color: rgb(244,36,143); }

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

border-color css

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

 span { border-color: rgb(244,36,143); }

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