Html Css Color HEX #F45D8D Brink Pink

📋 copy color: '#F45D8D'

red 244 ◦ green 93 ◦ blue 141

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

Shades of Brink Pink #F45D8D

Tints of Brink Pink #F45D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.46%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 51.05%
G = 19.46%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F45D8D (or 0xF45D8D) is known color: Brink Pink. HEX triplet: F4, 5D and 8D. RGB value is (244,93,141). Sum of RGB (Red+Green+Blue) = 244+93+141=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D8D is #0BA272. Grayscale: #8F8F8F. Windows color (decimal): -762483 or 9264628. OLE color: 9264628.

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

Color convert

RGB 244 93 141 -
CMYK 0 0.62 0.42 0.04
HSL 340.93º 0.87% 0.66% -
HSV(B) 340.93º 0.62% 0.96% -
XYZ 46.03 28.98 28.37 -
YUV 143.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 244 93 141 0 0.62 0.42 0.04 340.93 0.87 0.66
Hex F4 5D 8D 0 3E 2A 4 155 57 42
Octal 364 135 215 0 76 52 4 525 127 102
Binary 11110100 1011101 10001101 0 111110 101010 100 101010101 1010111 1000010

Color Harmonies of #F45D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D8D

Black with #F45D8D

Text Example


Text Example

White with #F45D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D8D; }

 p { color: rgb(244,93,141); }

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

background-color css

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

 a { background-color: rgb(244,93,141); }

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

border-color css

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

 span { border-color: rgb(244,93,141); }

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