Html Css Color HEX #F45B7B Brink Pink

📋 copy color: '#F45B7B'

red 244 ◦ green 91 ◦ blue 123

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

Shades of Brink Pink #F45B7B

Tints of Brink Pink #F45B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

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

R = 53.28%
G = 19.87%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F45B7B (or 0xF45B7B) is known color: Brink Pink. HEX triplet: F4, 5B and 7B. RGB value is (244,91,123). Sum of RGB (Red+Green+Blue) = 244+91+123=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45B7B is #0BA484. Grayscale: #8C8C8C. Windows color (decimal): -763013 or 8084468. OLE color: 8084468.

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

Color convert

RGB 244 91 123 -
CMYK 0 0.63 0.50 0.04
HSL 347.45º 0.87% 0.66% -
HSV(B) 347.45º 0.63% 0.96% -
XYZ 44.62 28.15 21.82 -
YUV 140.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 244 91 123 0 0.63 0.50 0.04 347.45 0.87 0.66
Hex F4 5B 7B 0 3F 32 4 15B 57 42
Octal 364 133 173 0 77 62 4 533 127 102
Binary 11110100 1011011 1111011 0 111111 110010 100 101011011 1010111 1000010

Color Harmonies of #F45B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45B7B

Black with #F45B7B

Text Example


Text Example

White with #F45B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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