Html Css Color HEX #F4007D Deep Pink

📋 copy color: '#F4007D'

red 244 ◦ green 0 ◦ blue 125

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

Shades of Deep Pink #F4007D

Tints of Deep Pink #F4007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.12%
G = 0%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4007D (or 0xF4007D) is known color: Deep Pink. HEX triplet: F4, 00 and 7D. RGB value is (244,0,125). Sum of RGB (Red+Green+Blue) = 244+0+125=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4007D is #0BFF82. Grayscale: #565656. Windows color (decimal): -786307 or 8192244. OLE color: 8192244.

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

Color convert

RGB 244 0 125 -
CMYK 0 1 0.49 0.04
HSL 329.26º 1% 0.48% -
HSV(B) 329.26º 1% 0.96% -
XYZ 41.01 20.71 21.24 -
YUV 87.21 149.34 239.84 -
System Red Green Blue C M Y K H S L
Decimal 244 0 125 0 1 0.49 0.04 329.26 1 0.48
Hex F4 0 7D 0 64 31 4 149 64 30
Octal 364 0 175 0 144 61 4 511 144 60
Binary 11110100 0 1111101 0 1100100 110001 100 101001001 1100100 110000

Color Harmonies of #F4007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4007D

Black with #F4007D

Text Example


Text Example

White with #F4007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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