Html Css Color HEX #F05380 Dark Pink

📋 copy color: '#F05380'

red 240 ◦ green 83 ◦ blue 128

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

Shades of Dark Pink #F05380

Tints of Dark Pink #F05380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.4%

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

R = 53.22%
G = 18.4%
B = 28.38%

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

#F05380 (or 0xF05380) is known color: Dark Pink. HEX triplet: F0, 53 and 80. RGB value is (240,83,128). Sum of RGB (Red+Green+Blue) = 240+83+128=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F05380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05380 is #0FAC7F. Grayscale: #878787. Windows color (decimal): -1027200 or 8410096. OLE color: 8410096.

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

Color convert

RGB 240 83 128 -
CMYK 0 0.65 0.47 0.06
HSL 342.8º 0.84% 0.63% -
HSV(B) 342.8º 0.65% 0.94% -
XYZ 42.92 26.27 23.23 -
YUV 135.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 240 83 128 0 0.65 0.47 0.06 342.8 0.84 0.63
Hex F0 53 80 0 41 2F 6 157 54 3F
Octal 360 123 200 0 101 57 6 527 124 77
Binary 11110000 1010011 10000000 0 1000001 101111 110 101010111 1010100 111111

Color Harmonies of #F05380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05380

Black with #F05380

Text Example


Text Example

White with #F05380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05380; }

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

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

background-color css

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

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

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

border-color css

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

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

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