Html Css Color HEX #F0047A Deep Pink

📋 copy color: '#F0047A'

red 240 ◦ green 4 ◦ blue 122

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

Shades of Deep Pink #F0047A

Tints of Deep Pink #F0047A

RGB

 RED value IS 240 (94.14% from 255) = 65.57%

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 65.57%
G = 1.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0047A (or 0xF0047A) is known color: Deep Pink. HEX triplet: F0, 04 and 7A. RGB value is (240,4,122). Sum of RGB (Red+Green+Blue) = 240+4+122=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0047A is #0FFB85. Grayscale: #575757. Windows color (decimal): -1047430 or 7996656. OLE color: 7996656.

HSL color Cylindrical-coordinate representation of color #F0047A: hue angle of 330º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0047A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 122 -
CMYK 0 0.98 0.49 0.06
HSL 330º 0.97% 0.48% -
HSV(B) 330º 0.98% 0.94% -
XYZ 39.49 20.02 20.19 -
YUV 88.02 147.19 236.41 -
System Red Green Blue C M Y K H S L
Decimal 240 4 122 0 0.98 0.49 0.06 330 0.97 0.48
Hex F0 4 7A 0 62 31 6 14A 61 30
Octal 360 4 172 0 142 61 6 512 141 60
Binary 11110000 100 1111010 0 1100010 110001 110 101001010 1100001 110000

Color Harmonies of #F0047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0047A

Black with #F0047A

Text Example


Text Example

White with #F0047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0047A; }

 p { color: rgb(240,4,122); }

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

background-color css

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

 a { background-color: rgb(240,4,122); }

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

border-color css

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

 span { border-color: rgb(240,4,122); }

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