Html Css Color HEX #F75C85 Brink Pink

📋 copy color: '#F75C85'

red 247 ◦ green 92 ◦ blue 133

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

Shades of Brink Pink #F75C85

Tints of Brink Pink #F75C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 52.33%
G = 19.49%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F75C85 (or 0xF75C85) is known color: Brink Pink. HEX triplet: F7, 5C and 85. RGB value is (247,92,133). Sum of RGB (Red+Green+Blue) = 247+92+133=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C85 is #08A37A. Grayscale: #8F8F8F. Windows color (decimal): -566139 or 8740087. OLE color: 8740087.

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

Color convert

RGB 247 92 133 -
CMYK 0 0.63 0.46 0.03
HSL 344.13º 0.91% 0.66% -
HSV(B) 344.13º 0.63% 0.97% -
XYZ 46.42 29.12 25.36 -
YUV 143.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 247 92 133 0 0.63 0.46 0.03 344.13 0.91 0.66
Hex F7 5C 85 0 3F 2E 3 158 5B 42
Octal 367 134 205 0 77 56 3 530 133 102
Binary 11110111 1011100 10000101 0 111111 101110 11 101011000 1011011 1000010

Color Harmonies of #F75C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C85

Black with #F75C85

Text Example


Text Example

White with #F75C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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