Html Css Color HEX #F76585 Brink Pink

📋 copy color: '#F76585'

red 247 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #F76585

Tints of Brink Pink #F76585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

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

R = 51.35%
G = 21%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76585 (or 0xF76585) is known color: Brink Pink. HEX triplet: F7, 65 and 85. RGB value is (247,101,133). Sum of RGB (Red+Green+Blue) = 247+101+133=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F76585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76585 is #089A7A. Grayscale: #949494. Windows color (decimal): -563835 or 8742391. OLE color: 8742391.

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

Color convert

RGB 247 101 133 -
CMYK 0 0.59 0.46 0.03
HSL 346.85º 0.9% 0.68% -
HSV(B) 346.85º 0.59% 0.97% -
XYZ 47.25 30.77 25.64 -
YUV 148.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 247 101 133 0 0.59 0.46 0.03 346.85 0.9 0.68
Hex F7 65 85 0 3B 2E 3 15B 5A 44
Octal 367 145 205 0 73 56 3 533 132 104
Binary 11110111 1100101 10000101 0 111011 101110 11 101011011 1011010 1000100

Color Harmonies of #F76585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76585

Black with #F76585

Text Example


Text Example

White with #F76585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76585; }

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

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

background-color css

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

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

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

border-color css

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

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

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