Html Css Color HEX #F67280 Brink Pink

📋 copy color: '#F67280'

red 246 ◦ green 114 ◦ blue 128

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

Shades of Brink Pink #F67280

Tints of Brink Pink #F67280

RGB

 RED value IS 246 (96.48% from 255) = 50.41%

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

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 50.41%
G = 23.36%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F67280 (or 0xF67280) is known color: Brink Pink. HEX triplet: F6, 72 and 80. RGB value is (246,114,128). Sum of RGB (Red+Green+Blue) = 246+114+128=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F67280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67280 is #098D7F. Grayscale: #9B9B9B. Windows color (decimal): -626048 or 8418038. OLE color: 8418038.

HSL color Cylindrical-coordinate representation of color #F67280: hue angle of 353.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67280 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 128 -
CMYK 0 0.54 0.48 0.04
HSL 353.64º 0.88% 0.71% -
HSV(B) 353.64º 0.54% 0.96% -
XYZ 47.92 33.19 24.3 -
YUV 155.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 246 114 128 0 0.54 0.48 0.04 353.64 0.88 0.71
Hex F6 72 80 0 36 30 4 162 58 47
Octal 366 162 200 0 66 60 4 542 130 107
Binary 11110110 1110010 10000000 0 110110 110000 100 101100010 1011000 1000111

Color Harmonies of #F67280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67280

Black with #F67280

Text Example


Text Example

White with #F67280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67280; }

 p { color: rgb(246,114,128); }

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

background-color css

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

 a { background-color: rgb(246,114,128); }

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

border-color css

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

 span { border-color: rgb(246,114,128); }

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