Html Css Color HEX #F77282 Brink Pink

📋 copy color: '#F77282'

red 247 ◦ green 114 ◦ blue 130

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

Shades of Brink Pink #F77282

Tints of Brink Pink #F77282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 50.31%
G = 23.22%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77282 (or 0xF77282) is known color: Brink Pink. HEX triplet: F7, 72 and 82. RGB value is (247,114,130). Sum of RGB (Red+Green+Blue) = 247+114+130=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F77282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77282 is #088D7D. Grayscale: #9B9B9B. Windows color (decimal): -560510 or 8549111. OLE color: 8549111.

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

Color convert

RGB 247 114 130 -
CMYK 0 0.54 0.47 0.03
HSL 352.78º 0.89% 0.71% -
HSV(B) 352.78º 0.54% 0.97% -
XYZ 48.4 33.42 25.02 -
YUV 155.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 247 114 130 0 0.54 0.47 0.03 352.78 0.89 0.71
Hex F7 72 82 0 36 2F 3 161 59 47
Octal 367 162 202 0 66 57 3 541 131 107
Binary 11110111 1110010 10000010 0 110110 101111 11 101100001 1011001 1000111

Color Harmonies of #F77282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77282

Black with #F77282

Text Example


Text Example

White with #F77282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77282; }

 p { color: rgb(247,114,130); }

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

background-color css

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

 a { background-color: rgb(247,114,130); }

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

border-color css

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

 span { border-color: rgb(247,114,130); }

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