Html Css Color HEX #F45481 Dark Pink

📋 copy color: '#F45481'

red 244 ◦ green 84 ◦ blue 129

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

Shades of Dark Pink #F45481

Tints of Dark Pink #F45481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 53.39%
G = 18.38%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F45481 (or 0xF45481) is known color: Dark Pink. HEX triplet: F4, 54 and 81. RGB value is (244,84,129). Sum of RGB (Red+Green+Blue) = 244+84+129=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F45481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45481 is #0BAB7E. Grayscale: #888888. Windows color (decimal): -764799 or 8475892. OLE color: 8475892.

HSL color Cylindrical-coordinate representation of color #F45481: hue angle of 343.12º degrees, saturation: 0.88, 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 #F45481 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 84 129 -
CMYK 0 0.66 0.47 0.04
HSL 343.13º 0.88% 0.64% -
HSV(B) 343.13º 0.66% 0.96% -
XYZ 44.44 27.16 23.67 -
YUV 136.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 244 84 129 0 0.66 0.47 0.04 343.13 0.88 0.64
Hex F4 54 81 0 42 2F 4 157 58 40
Octal 364 124 201 0 102 57 4 527 130 100
Binary 11110100 1010100 10000001 0 1000010 101111 100 101010111 1011000 1000000

Color Harmonies of #F45481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45481

Black with #F45481

Text Example


Text Example

White with #F45481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45481; }

 p { color: rgb(244,84,129); }

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

background-color css

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

 a { background-color: rgb(244,84,129); }

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

border-color css

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

 span { border-color: rgb(244,84,129); }

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