Html Css Color HEX #F77484 Brink Pink

📋 copy color: '#F77484'

red 247 ◦ green 116 ◦ blue 132

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

Shades of Brink Pink #F77484

Tints of Brink Pink #F77484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 49.9%
G = 23.43%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77484 (or 0xF77484) is known color: Brink Pink. HEX triplet: F7, 74 and 84. RGB value is (247,116,132). Sum of RGB (Red+Green+Blue) = 247+116+132=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77484 is #088B7B. Grayscale: #9D9D9D. Windows color (decimal): -559996 or 8680695. OLE color: 8680695.

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

Color convert

RGB 247 116 132 -
CMYK 0 0.53 0.47 0.03
HSL 352.67º 0.89% 0.71% -
HSV(B) 352.67º 0.53% 0.97% -
XYZ 48.77 33.93 25.81 -
YUV 156.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 247 116 132 0 0.53 0.47 0.03 352.67 0.89 0.71
Hex F7 74 84 0 35 2F 3 161 59 47
Octal 367 164 204 0 65 57 3 541 131 107
Binary 11110111 1110100 10000100 0 110101 101111 11 101100001 1011001 1000111

Color Harmonies of #F77484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77484

Black with #F77484

Text Example


Text Example

White with #F77484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77484; }

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

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

background-color css

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

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

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

border-color css

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

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

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