Html Css Color HEX #F0047B Deep Pink

📋 copy color: '#F0047B'

red 240 ◦ green 4 ◦ blue 123

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

Shades of Deep Pink #F0047B

Tints of Deep Pink #F0047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 65.4%
G = 1.09%
B = 33.51%

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

#F0047B (or 0xF0047B) is known color: Deep Pink. HEX triplet: F0, 04 and 7B. RGB value is (240,4,123). Sum of RGB (Red+Green+Blue) = 240+4+123=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0047B is #0FFB84. Grayscale: #575757. Windows color (decimal): -1047429 or 8062192. OLE color: 8062192.

HSL color Cylindrical-coordinate representation of color #F0047B: hue angle of 329.75º 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 #F0047B is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 123 -
CMYK 0 0.98 0.49 0.06
HSL 329.75º 0.97% 0.48% -
HSV(B) 329.75º 0.98% 0.94% -
XYZ 39.55 20.04 20.52 -
YUV 88.13 147.69 236.32 -
System Red Green Blue C M Y K H S L
Decimal 240 4 123 0 0.98 0.49 0.06 329.75 0.97 0.48
Hex F0 4 7B 0 62 31 6 14A 61 30
Octal 360 4 173 0 142 61 6 512 141 60
Binary 11110000 100 1111011 0 1100010 110001 110 101001010 1100001 110000

Color Harmonies of #F0047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0047B

Black with #F0047B

Text Example


Text Example

White with #F0047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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