Html Css Color HEX #F67182 Brink Pink

📋 copy color: '#F67182'

red 246 ◦ green 113 ◦ blue 130

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

Shades of Brink Pink #F67182

Tints of Brink Pink #F67182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.11%

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

R = 50.31%
G = 23.11%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F67182 (or 0xF67182) is known color: Brink Pink. HEX triplet: F6, 71 and 82. RGB value is (246,113,130). Sum of RGB (Red+Green+Blue) = 246+113+130=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67182 is #098E7D. Grayscale: #9A9A9A. Windows color (decimal): -626302 or 8548854. OLE color: 8548854.

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

Color convert

RGB 246 113 130 -
CMYK 0 0.54 0.47 0.04
HSL 352.33º 0.88% 0.7% -
HSV(B) 352.33º 0.54% 0.96% -
XYZ 47.94 33.01 24.96 -
YUV 154.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 246 113 130 0 0.54 0.47 0.04 352.33 0.88 0.7
Hex F6 71 82 0 36 2F 4 160 58 46
Octal 366 161 202 0 66 57 4 540 130 106
Binary 11110110 1110001 10000010 0 110110 101111 100 101100000 1011000 1000110

Color Harmonies of #F67182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67182

Black with #F67182

Text Example


Text Example

White with #F67182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67182; }

 p { color: rgb(246,113,130); }

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

background-color css

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

 a { background-color: rgb(246,113,130); }

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

border-color css

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

 span { border-color: rgb(246,113,130); }

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