Html Css Color HEX #F77385 Brink Pink

📋 copy color: '#F77385'

red 247 ◦ green 115 ◦ blue 133

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

Shades of Brink Pink #F77385

Tints of Brink Pink #F77385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.23%

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

R = 49.9%
G = 23.23%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F77385 (or 0xF77385) is known color: Brink Pink. HEX triplet: F7, 73 and 85. RGB value is (247,115,133). Sum of RGB (Red+Green+Blue) = 247+115+133=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77385 is #088C7A. Grayscale: #9C9C9C. Windows color (decimal): -560251 or 8745975. OLE color: 8745975.

HSL color Cylindrical-coordinate representation of color #F77385: hue angle of 351.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77385 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 133 -
CMYK 0 0.53 0.46 0.03
HSL 351.82º 0.89% 0.71% -
HSV(B) 351.82º 0.53% 0.97% -
XYZ 48.72 33.73 26.13 -
YUV 156.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 247 115 133 0 0.53 0.46 0.03 351.82 0.89 0.71
Hex F7 73 85 0 35 2E 3 160 59 47
Octal 367 163 205 0 65 56 3 540 131 107
Binary 11110111 1110011 10000101 0 110101 101110 11 101100000 1011001 1000111

Color Harmonies of #F77385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77385

Black with #F77385

Text Example


Text Example

White with #F77385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77385; }

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

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

background-color css

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

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

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

border-color css

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

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

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