Html Css Color HEX #F55380 Dark Pink

📋 copy color: '#F55380'

red 245 ◦ green 83 ◦ blue 128

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

Shades of Dark Pink #F55380

Tints of Dark Pink #F55380

RGB

 RED value IS 245 (96.09% from 255) = 53.73%

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

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

R = 53.73%
G = 18.2%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F55380 (or 0xF55380) is known color: Dark Pink. HEX triplet: F5, 53 and 80. RGB value is (245,83,128). Sum of RGB (Red+Green+Blue) = 245+83+128=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F55380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55380 is #0AAC7F. Grayscale: #888888. Windows color (decimal): -699520 or 8410101. OLE color: 8410101.

HSL color Cylindrical-coordinate representation of color #F55380: hue angle of 343.33º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55380 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 128 -
CMYK 0 0.66 0.48 0.04
HSL 343.33º 0.89% 0.64% -
HSV(B) 343.33º 0.66% 0.96% -
XYZ 44.65 27.16 23.31 -
YUV 136.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 245 83 128 0 0.66 0.48 0.04 343.33 0.89 0.64
Hex F5 53 80 0 42 30 4 157 59 40
Octal 365 123 200 0 102 60 4 527 131 100
Binary 11110101 1010011 10000000 0 1000010 110000 100 101010111 1011001 1000000

Color Harmonies of #F55380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55380

Black with #F55380

Text Example


Text Example

White with #F55380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55380; }

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

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

background-color css

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

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

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

border-color css

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

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

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