Html Css Color HEX #F67482 Brink Pink

📋 copy color: '#F67482'

red 246 ◦ green 116 ◦ blue 130

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

Shades of Brink Pink #F67482

Tints of Brink Pink #F67482

RGB

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

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

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

R = 50%
G = 23.58%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F67482 (or 0xF67482) is known color: Brink Pink. HEX triplet: F6, 74 and 82. RGB value is (246,116,130). Sum of RGB (Red+Green+Blue) = 246+116+130=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F67482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67482 is #098B7D. Grayscale: #9C9C9C. Windows color (decimal): -625534 or 8549622. OLE color: 8549622.

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

Color convert

RGB 246 116 130 -
CMYK 0 0.53 0.47 0.04
HSL 353.54º 0.88% 0.71% -
HSV(B) 353.54º 0.53% 0.96% -
XYZ 48.28 33.7 25.08 -
YUV 156.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 246 116 130 0 0.53 0.47 0.04 353.54 0.88 0.71
Hex F6 74 82 0 35 2F 4 162 58 47
Octal 366 164 202 0 65 57 4 542 130 107
Binary 11110110 1110100 10000010 0 110101 101111 100 101100010 1011000 1000111

Color Harmonies of #F67482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67482

Black with #F67482

Text Example


Text Example

White with #F67482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67482; }

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

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

background-color css

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

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

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

border-color css

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

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

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