Html Css Color HEX #F45D7B Brink Pink

📋 copy color: '#F45D7B'

red 244 ◦ green 93 ◦ blue 123

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

Shades of Brink Pink #F45D7B

Tints of Brink Pink #F45D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 53.04%
G = 20.22%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F45D7B (or 0xF45D7B) is known color: Brink Pink. HEX triplet: F4, 5D and 7B. RGB value is (244,93,123). Sum of RGB (Red+Green+Blue) = 244+93+123=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45D7B is #0BA284. Grayscale: #8D8D8D. Windows color (decimal): -762501 or 8084980. OLE color: 8084980.

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

Color convert

RGB 244 93 123 -
CMYK 0 0.62 0.50 0.04
HSL 348.08º 0.87% 0.66% -
HSV(B) 348.08º 0.62% 0.96% -
XYZ 44.8 28.49 21.88 -
YUV 141.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 244 93 123 0 0.62 0.50 0.04 348.08 0.87 0.66
Hex F4 5D 7B 0 3E 32 4 15C 57 42
Octal 364 135 173 0 76 62 4 534 127 102
Binary 11110100 1011101 1111011 0 111110 110010 100 101011100 1010111 1000010

Color Harmonies of #F45D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D7B

Black with #F45D7B

Text Example


Text Example

White with #F45D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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