Html Css Color HEX #F0578A Dark Pink

📋 copy color: '#F0578A'

red 240 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #F0578A

Tints of Dark Pink #F0578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.71%

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 51.61%
G = 18.71%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0578A (or 0xF0578A) is known color: Dark Pink. HEX triplet: F0, 57 and 8A. RGB value is (240,87,138). Sum of RGB (Red+Green+Blue) = 240+87+138=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0578A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0578A is #0FA875. Grayscale: #8A8A8A. Windows color (decimal): -1026166 or 9066480. OLE color: 9066480.

HSL color Cylindrical-coordinate representation of color #F0578A: hue angle of 340º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0578A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 138 -
CMYK 0 0.64 0.42 0.06
HSL 340º 0.84% 0.64% -
HSV(B) 340º 0.64% 0.94% -
XYZ 43.93 27.18 26.97 -
YUV 138.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 240 87 138 0 0.64 0.42 0.06 340 0.84 0.64
Hex F0 57 8A 0 40 2A 6 154 54 40
Octal 360 127 212 0 100 52 6 524 124 100
Binary 11110000 1010111 10001010 0 1000000 101010 110 101010100 1010100 1000000

Color Harmonies of #F0578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0578A

Black with #F0578A

Text Example


Text Example

White with #F0578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0578A; }

 p { color: rgb(240,87,138); }

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

background-color css

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

 a { background-color: rgb(240,87,138); }

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

border-color css

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

 span { border-color: rgb(240,87,138); }

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