Html Css Color HEX #F45685 Dark Pink

📋 copy color: '#F45685'

red 244 ◦ green 86 ◦ blue 133

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

Shades of Dark Pink #F45685

Tints of Dark Pink #F45685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 52.7%
G = 18.57%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45685 (or 0xF45685) is known color: Dark Pink. HEX triplet: F4, 56 and 85. RGB value is (244,86,133). Sum of RGB (Red+Green+Blue) = 244+86+133=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F45685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45685 is #0BA97A. Grayscale: #8A8A8A. Windows color (decimal): -764283 or 8738548. OLE color: 8738548.

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

Color convert

RGB 244 86 133 -
CMYK 0 0.65 0.45 0.04
HSL 342.15º 0.88% 0.65% -
HSV(B) 342.15º 0.65% 0.96% -
XYZ 44.87 27.58 25.15 -
YUV 138.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 244 86 133 0 0.65 0.45 0.04 342.15 0.88 0.65
Hex F4 56 85 0 41 2D 4 156 58 41
Octal 364 126 205 0 101 55 4 526 130 101
Binary 11110100 1010110 10000101 0 1000001 101101 100 101010110 1011000 1000001

Color Harmonies of #F45685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45685

Black with #F45685

Text Example


Text Example

White with #F45685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45685; }

 p { color: rgb(244,86,133); }

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

background-color css

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

 a { background-color: rgb(244,86,133); }

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

border-color css

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

 span { border-color: rgb(244,86,133); }

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