Html Css Color HEX #F76285 Brink Pink

📋 copy color: '#F76285'

red 247 ◦ green 98 ◦ blue 133

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

Shades of Brink Pink #F76285

Tints of Brink Pink #F76285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

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

R = 51.67%
G = 20.5%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76285 (or 0xF76285) is known color: Brink Pink. HEX triplet: F7, 62 and 85. RGB value is (247,98,133). Sum of RGB (Red+Green+Blue) = 247+98+133=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76285 is #089D7A. Grayscale: #929292. Windows color (decimal): -564603 or 8741623. OLE color: 8741623.

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

Color convert

RGB 247 98 133 -
CMYK 0 0.60 0.46 0.03
HSL 345.91º 0.9% 0.68% -
HSV(B) 345.91º 0.6% 0.97% -
XYZ 46.96 30.2 25.55 -
YUV 146.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 247 98 133 0 0.60 0.46 0.03 345.91 0.9 0.68
Hex F7 62 85 0 3C 2E 3 15A 5A 44
Octal 367 142 205 0 74 56 3 532 132 104
Binary 11110111 1100010 10000101 0 111100 101110 11 101011010 1011010 1000100

Color Harmonies of #F76285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76285

Black with #F76285

Text Example


Text Example

White with #F76285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76285; }

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

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

background-color css

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

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

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

border-color css

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

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

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