Html Css Color HEX #F75C80 Brink Pink

📋 copy color: '#F75C80'

red 247 ◦ green 92 ◦ blue 128

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

Shades of Brink Pink #F75C80

Tints of Brink Pink #F75C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.7%

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

R = 52.89%
G = 19.7%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F75C80 (or 0xF75C80) is known color: Brink Pink. HEX triplet: F7, 5C and 80. RGB value is (247,92,128). Sum of RGB (Red+Green+Blue) = 247+92+128=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C80 is #08A37F. Grayscale: #8E8E8E. Windows color (decimal): -566144 or 8412407. OLE color: 8412407.

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

Color convert

RGB 247 92 128 -
CMYK 0 0.63 0.48 0.03
HSL 346.06º 0.91% 0.66% -
HSV(B) 346.06º 0.63% 0.97% -
XYZ 46.08 28.99 23.59 -
YUV 142.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 247 92 128 0 0.63 0.48 0.03 346.06 0.91 0.66
Hex F7 5C 80 0 3F 30 3 15A 5B 42
Octal 367 134 200 0 77 60 3 532 133 102
Binary 11110111 1011100 10000000 0 111111 110000 11 101011010 1011011 1000010

Color Harmonies of #F75C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C80

Black with #F75C80

Text Example


Text Example

White with #F75C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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