Html Css Color HEX #F0477B Dark Pink

📋 copy color: '#F0477B'

red 240 ◦ green 71 ◦ blue 123

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

Shades of Dark Pink #F0477B

Tints of Dark Pink #F0477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

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

R = 55.3%
G = 16.36%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0477B (or 0xF0477B) is known color: Dark Pink. HEX triplet: F0, 47 and 7B. RGB value is (240,71,123). Sum of RGB (Red+Green+Blue) = 240+71+123=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0477B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0477B is #0FB884. Grayscale: #7F7F7F. Windows color (decimal): -1030277 or 8079344. OLE color: 8079344.

HSL color Cylindrical-coordinate representation of color #F0477B: hue angle of 341.54º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0477B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 123 -
CMYK 0 0.70 0.49 0.06
HSL 341.54º 0.85% 0.61% -
HSV(B) 341.54º 0.7% 0.94% -
XYZ 41.76 24.46 21.26 -
YUV 127.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 240 71 123 0 0.70 0.49 0.06 341.54 0.85 0.61
Hex F0 47 7B 0 46 31 6 156 55 3D
Octal 360 107 173 0 106 61 6 526 125 75
Binary 11110000 1000111 1111011 0 1000110 110001 110 101010110 1010101 111101

Color Harmonies of #F0477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0477B

Black with #F0477B

Text Example


Text Example

White with #F0477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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