Html Css Color HEX #F4247F Deep Pink

📋 copy color: '#F4247F'

red 244 ◦ green 36 ◦ blue 127

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

Shades of Deep Pink #F4247F

Tints of Deep Pink #F4247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.2%

R = 59.95%
G = 8.85%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4247F (or 0xF4247F) is known color: Deep Pink. HEX triplet: F4, 24 and 7F. RGB value is (244,36,127). Sum of RGB (Red+Green+Blue) = 244+36+127=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F4247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4247F is #0BDB80. Grayscale: #6C6C6C. Windows color (decimal): -777089 or 8332532. OLE color: 8332532.

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

Color convert

RGB 244 36 127 -
CMYK 0 0.85 0.48 0.04
HSL 333.75º 0.9% 0.55% -
HSV(B) 333.75º 0.85% 0.96% -
XYZ 41.77 22.03 22.13 -
YUV 108.57 138.41 224.6 -
System Red Green Blue C M Y K H S L
Decimal 244 36 127 0 0.85 0.48 0.04 333.75 0.9 0.55
Hex F4 24 7F 0 55 30 4 14E 5A 37
Octal 364 44 177 0 125 60 4 516 132 67
Binary 11110100 100100 1111111 0 1010101 110000 100 101001110 1011010 110111

Color Harmonies of #F4247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4247F

Black with #F4247F

Text Example


Text Example

White with #F4247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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