Html Css Color HEX #F45080 Dark Pink

📋 copy color: '#F45080'

red 244 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #F45080

Tints of Dark Pink #F45080

RGB

 RED value IS 244 (95.7% from 255) = 53.98%

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 53.98%
G = 17.7%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F45080 (or 0xF45080) is known color: Dark Pink. HEX triplet: F4, 50 and 80. RGB value is (244,80,128). Sum of RGB (Red+Green+Blue) = 244+80+128=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F45080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45080 is #0BAF7F. Grayscale: #868686. Windows color (decimal): -765824 or 8409332. OLE color: 8409332.

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

Color convert

RGB 244 80 128 -
CMYK 0 0.67 0.48 0.04
HSL 342.44º 0.88% 0.64% -
HSV(B) 342.44º 0.67% 0.96% -
XYZ 44.07 26.53 23.22 -
YUV 134.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 244 80 128 0 0.67 0.48 0.04 342.44 0.88 0.64
Hex F4 50 80 0 43 30 4 156 58 40
Octal 364 120 200 0 103 60 4 526 130 100
Binary 11110100 1010000 10000000 0 1000011 110000 100 101010110 1011000 1000000

Color Harmonies of #F45080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45080

Black with #F45080

Text Example


Text Example

White with #F45080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45080; }

 p { color: rgb(244,80,128); }

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

background-color css

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

 a { background-color: rgb(244,80,128); }

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

border-color css

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

 span { border-color: rgb(244,80,128); }

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