Html Css Color HEX #F76384 Brink Pink

📋 copy color: '#F76384'

red 247 ◦ green 99 ◦ blue 132

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

Shades of Brink Pink #F76384

Tints of Brink Pink #F76384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.71%

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 51.67%
G = 20.71%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F76384 (or 0xF76384) is known color: Brink Pink. HEX triplet: F7, 63 and 84. RGB value is (247,99,132). Sum of RGB (Red+Green+Blue) = 247+99+132=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76384 is #089C7B. Grayscale: #939393. Windows color (decimal): -564348 or 8676343. OLE color: 8676343.

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

Color convert

RGB 247 99 132 -
CMYK 0 0.60 0.47 0.03
HSL 346.62º 0.9% 0.68% -
HSV(B) 346.62º 0.6% 0.97% -
XYZ 46.98 30.36 25.21 -
YUV 147.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 247 99 132 0 0.60 0.47 0.03 346.62 0.9 0.68
Hex F7 63 84 0 3C 2F 3 15B 5A 44
Octal 367 143 204 0 74 57 3 533 132 104
Binary 11110111 1100011 10000100 0 111100 101111 11 101011011 1011010 1000100

Color Harmonies of #F76384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76384

Black with #F76384

Text Example


Text Example

White with #F76384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76384; }

 p { color: rgb(247,99,132); }

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

background-color css

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

 a { background-color: rgb(247,99,132); }

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

border-color css

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

 span { border-color: rgb(247,99,132); }

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