Html Css Color HEX #F45D85 Brink Pink

📋 copy color: '#F45D85'

red 244 ◦ green 93 ◦ blue 133

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

Shades of Brink Pink #F45D85

Tints of Brink Pink #F45D85

RGB

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

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

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

R = 51.91%
G = 19.79%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45D85 (or 0xF45D85) is known color: Brink Pink. HEX triplet: F4, 5D and 85. RGB value is (244,93,133). Sum of RGB (Red+Green+Blue) = 244+93+133=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D85 is #0BA27A. Grayscale: #8E8E8E. Windows color (decimal): -762491 or 8740340. OLE color: 8740340.

HSL color Cylindrical-coordinate representation of color #F45D85: hue angle of 344.11º 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 #F45D85 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 133 -
CMYK 0 0.62 0.45 0.04
HSL 344.11º 0.87% 0.66% -
HSV(B) 344.11º 0.62% 0.96% -
XYZ 45.46 28.76 25.34 -
YUV 142.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 244 93 133 0 0.62 0.45 0.04 344.11 0.87 0.66
Hex F4 5D 85 0 3E 2D 4 158 57 42
Octal 364 135 205 0 76 55 4 530 127 102
Binary 11110100 1011101 10000101 0 111110 101101 100 101011000 1010111 1000010

Color Harmonies of #F45D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D85

Black with #F45D85

Text Example


Text Example

White with #F45D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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