Html Css Color HEX #F05880 Dark Pink

📋 copy color: '#F05880'

red 240 ◦ green 88 ◦ blue 128

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

Shades of Dark Pink #F05880

Tints of Dark Pink #F05880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.3%

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 52.63%
G = 19.3%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F05880 (or 0xF05880) is known color: Dark Pink. HEX triplet: F0, 58 and 80. RGB value is (240,88,128). Sum of RGB (Red+Green+Blue) = 240+88+128=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F05880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05880 is #0FA77F. Grayscale: #8A8A8A. Windows color (decimal): -1025920 or 8411376. OLE color: 8411376.

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

Color convert

RGB 240 88 128 -
CMYK 0 0.63 0.47 0.06
HSL 344.21º 0.84% 0.64% -
HSV(B) 344.21º 0.63% 0.94% -
XYZ 43.32 27.06 23.36 -
YUV 138.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 240 88 128 0 0.63 0.47 0.06 344.21 0.84 0.64
Hex F0 58 80 0 3F 2F 6 158 54 40
Octal 360 130 200 0 77 57 6 530 124 100
Binary 11110000 1011000 10000000 0 111111 101111 110 101011000 1010100 1000000

Color Harmonies of #F05880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05880

Black with #F05880

Text Example


Text Example

White with #F05880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05880; }

 p { color: rgb(240,88,128); }

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

background-color css

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

 a { background-color: rgb(240,88,128); }

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

border-color css

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

 span { border-color: rgb(240,88,128); }

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