Html Css Color HEX #F45A84 Brink Pink

📋 copy color: '#F45A84'

red 244 ◦ green 90 ◦ blue 132

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

Shades of Brink Pink #F45A84

Tints of Brink Pink #F45A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 52.36%
G = 19.31%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F45A84 (or 0xF45A84) is known color: Brink Pink. HEX triplet: F4, 5A and 84. RGB value is (244,90,132). Sum of RGB (Red+Green+Blue) = 244+90+132=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A84 is #0BA57B. Grayscale: #8C8C8C. Windows color (decimal): -763260 or 8674036. OLE color: 8674036.

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

Color convert

RGB 244 90 132 -
CMYK 0 0.63 0.46 0.04
HSL 343.64º 0.88% 0.65% -
HSV(B) 343.64º 0.63% 0.96% -
XYZ 45.13 28.21 24.9 -
YUV 140.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 244 90 132 0 0.63 0.46 0.04 343.64 0.88 0.65
Hex F4 5A 84 0 3F 2E 4 158 58 41
Octal 364 132 204 0 77 56 4 530 130 101
Binary 11110100 1011010 10000100 0 111111 101110 100 101011000 1011000 1000001

Color Harmonies of #F45A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A84

Black with #F45A84

Text Example


Text Example

White with #F45A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A84; }

 p { color: rgb(244,90,132); }

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

background-color css

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

 a { background-color: rgb(244,90,132); }

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

border-color css

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

 span { border-color: rgb(244,90,132); }

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