Html Css Color HEX #F75980 Brink Pink

📋 copy color: '#F75980'

red 247 ◦ green 89 ◦ blue 128

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

Shades of Brink Pink #F75980

Tints of Brink Pink #F75980

RGB

 RED value IS 247 (96.88% from 255) = 53.23%

 GREEN value IS 89 (35.16% from 255) = 19.18%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 53.23%
G = 19.18%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F75980 (or 0xF75980) is known color: Brink Pink. HEX triplet: F7, 59 and 80. RGB value is (247,89,128). Sum of RGB (Red+Green+Blue) = 247+89+128=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F75980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75980 is #08A67F. Grayscale: #8C8C8C. Windows color (decimal): -566912 or 8411639. OLE color: 8411639.

HSL color Cylindrical-coordinate representation of color #F75980: hue angle of 345.19º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75980 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 89 128 -
CMYK 0 0.64 0.48 0.03
HSL 345.19º 0.91% 0.66% -
HSV(B) 345.19º 0.64% 0.97% -
XYZ 45.83 28.48 23.5 -
YUV 140.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 247 89 128 0 0.64 0.48 0.03 345.19 0.91 0.66
Hex F7 59 80 0 40 30 3 159 5B 42
Octal 367 131 200 0 100 60 3 531 133 102
Binary 11110111 1011001 10000000 0 1000000 110000 11 101011001 1011011 1000010

Color Harmonies of #F75980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75980

Black with #F75980

Text Example


Text Example

White with #F75980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75980; }

 p { color: rgb(247,89,128); }

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

background-color css

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

 a { background-color: rgb(247,89,128); }

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

border-color css

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

 span { border-color: rgb(247,89,128); }

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