Html Css Color HEX #F4227D Deep Pink

📋 copy color: '#F4227D'

red 244 ◦ green 34 ◦ blue 125

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

Shades of Deep Pink #F4227D

Tints of Deep Pink #F4227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.44%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 60.55%
G = 8.44%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4227D (or 0xF4227D) is known color: Deep Pink. HEX triplet: F4, 22 and 7D. RGB value is (244,34,125). Sum of RGB (Red+Green+Blue) = 244+34+125=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4227D is #0BDD82. Grayscale: #6B6B6B. Windows color (decimal): -777603 or 8200948. OLE color: 8200948.

HSL color Cylindrical-coordinate representation of color #F4227D: hue angle of 334º degrees, saturation: 0.91, 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 #F4227D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 34 125 -
CMYK 0 0.86 0.49 0.04
HSL 334º 0.91% 0.55% -
HSV(B) 334º 0.86% 0.96% -
XYZ 41.58 21.86 21.43 -
YUV 107.16 138.07 225.6 -
System Red Green Blue C M Y K H S L
Decimal 244 34 125 0 0.86 0.49 0.04 334 0.91 0.55
Hex F4 22 7D 0 56 31 4 14E 5B 37
Octal 364 42 175 0 126 61 4 516 133 67
Binary 11110100 100010 1111101 0 1010110 110001 100 101001110 1011011 110111

Color Harmonies of #F4227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4227D

Black with #F4227D

Text Example


Text Example

White with #F4227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4227D; }

 p { color: rgb(244,34,125); }

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

background-color css

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

 a { background-color: rgb(244,34,125); }

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

border-color css

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

 span { border-color: rgb(244,34,125); }

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