Html Css Color HEX #F4007A Deep Pink

📋 copy color: '#F4007A'

red 244 ◦ green 0 ◦ blue 122

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

Shades of Deep Pink #F4007A

Tints of Deep Pink #F4007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4007A (or 0xF4007A) is known color: Deep Pink. HEX triplet: F4, 00 and 7A. RGB value is (244,0,122). Sum of RGB (Red+Green+Blue) = 244+0+122=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F4007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4007A is #0BFF85. Grayscale: #565656. Windows color (decimal): -786310 or 7995636. OLE color: 7995636.

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

Color convert

RGB 244 0 122 -
CMYK 0 1 0.5 0.04
HSL 330º 1% 0.48% -
HSV(B) 330º 1% 0.96% -
XYZ 40.82 20.64 20.24 -
YUV 86.86 147.84 240.08 -
System Red Green Blue C M Y K H S L
Decimal 244 0 122 0 1 0.5 0.04 330 1 0.48
Hex F4 0 7A 0 64 32 4 14A 64 30
Octal 364 0 172 0 144 62 4 512 144 60
Binary 11110100 0 1111010 0 1100100 110010 100 101001010 1100100 110000

Color Harmonies of #F4007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4007A

Black with #F4007A

Text Example


Text Example

White with #F4007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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