Html Css Color HEX #F0557F Dark Pink

📋 copy color: '#F0557F'

red 240 ◦ green 85 ◦ blue 127

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

Shades of Dark Pink #F0557F

Tints of Dark Pink #F0557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 53.1%
G = 18.81%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0557F (or 0xF0557F) is known color: Dark Pink. HEX triplet: F0, 55 and 7F. RGB value is (240,85,127). Sum of RGB (Red+Green+Blue) = 240+85+127=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0557F is #0FAA80. Grayscale: #888888. Windows color (decimal): -1026689 or 8345072. OLE color: 8345072.

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

Color convert

RGB 240 85 127 -
CMYK 0 0.65 0.47 0.06
HSL 343.74º 0.84% 0.64% -
HSV(B) 343.74º 0.65% 0.94% -
XYZ 43.01 26.55 22.94 -
YUV 136.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 240 85 127 0 0.65 0.47 0.06 343.74 0.84 0.64
Hex F0 55 7F 0 41 2F 6 158 54 40
Octal 360 125 177 0 101 57 6 530 124 100
Binary 11110000 1010101 1111111 0 1000001 101111 110 101011000 1010100 1000000

Color Harmonies of #F0557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0557F

Black with #F0557F

Text Example


Text Example

White with #F0557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0557F; }

 p { color: rgb(240,85,127); }

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

background-color css

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

 a { background-color: rgb(240,85,127); }

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

border-color css

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

 span { border-color: rgb(240,85,127); }

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