Html Css Color HEX #F4238E Deep Pink

📋 copy color: '#F4238E'

red 244 ◦ green 35 ◦ blue 142

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

Shades of Deep Pink #F4238E

Tints of Deep Pink #F4238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 57.96%
G = 8.31%
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

#F4238E (or 0xF4238E) is known color: Deep Pink. HEX triplet: F4, 23 and 8E. RGB value is (244,35,142). Sum of RGB (Red+Green+Blue) = 244+35+142=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4238E is #0BDC71. Grayscale: #6D6D6D. Windows color (decimal): -777330 or 9315316. OLE color: 9315316.

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

Color convert

RGB 244 35 142 -
CMYK 0 0.86 0.42 0.04
HSL 329.28º 0.9% 0.55% -
HSV(B) 329.28º 0.86% 0.96% -
XYZ 42.79 22.39 27.66 -
YUV 109.69 146.24 223.8 -
System Red Green Blue C M Y K H S L
Decimal 244 35 142 0 0.86 0.42 0.04 329.28 0.9 0.55
Hex F4 23 8E 0 56 2A 4 149 5A 37
Octal 364 43 216 0 126 52 4 511 132 67
Binary 11110100 100011 10001110 0 1010110 101010 100 101001001 1011010 110111

Color Harmonies of #F4238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4238E

Black with #F4238E

Text Example


Text Example

White with #F4238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4238E; }

 p { color: rgb(244,35,142); }

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

background-color css

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

 a { background-color: rgb(244,35,142); }

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

border-color css

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

 span { border-color: rgb(244,35,142); }

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