Html Css Color HEX #F45B8B Brink Pink

📋 copy color: '#F45B8B'

red 244 ◦ green 91 ◦ blue 139

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

Shades of Brink Pink #F45B8B

Tints of Brink Pink #F45B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 51.48%
G = 19.2%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F45B8B (or 0xF45B8B) is known color: Brink Pink. HEX triplet: F4, 5B and 8B. RGB value is (244,91,139). Sum of RGB (Red+Green+Blue) = 244+91+139=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45B8B is #0BA474. Grayscale: #8E8E8E. Windows color (decimal): -762997 or 9133044. OLE color: 9133044.

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

Color convert

RGB 244 91 139 -
CMYK 0 0.63 0.43 0.04
HSL 341.18º 0.87% 0.66% -
HSV(B) 341.18º 0.63% 0.96% -
XYZ 45.71 28.58 27.53 -
YUV 142.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 244 91 139 0 0.63 0.43 0.04 341.18 0.87 0.66
Hex F4 5B 8B 0 3F 2B 4 155 57 42
Octal 364 133 213 0 77 53 4 525 127 102
Binary 11110100 1011011 10001011 0 111111 101011 100 101010101 1010111 1000010

Color Harmonies of #F45B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45B8B

Black with #F45B8B

Text Example


Text Example

White with #F45B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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