Html Css Color HEX #F67382 Brink Pink

📋 copy color: '#F67382'

red 246 ◦ green 115 ◦ blue 130

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

Shades of Brink Pink #F67382

Tints of Brink Pink #F67382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 50.1%
G = 23.42%
B = 26.48%

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

#F67382 (or 0xF67382) is known color: Brink Pink. HEX triplet: F6, 73 and 82. RGB value is (246,115,130). Sum of RGB (Red+Green+Blue) = 246+115+130=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F67382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67382 is #098C7D. Grayscale: #9B9B9B. Windows color (decimal): -625790 or 8549366. OLE color: 8549366.

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

Color convert

RGB 246 115 130 -
CMYK 0 0.53 0.47 0.04
HSL 353.13º 0.88% 0.71% -
HSV(B) 353.13º 0.53% 0.96% -
XYZ 48.17 33.47 25.04 -
YUV 155.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 246 115 130 0 0.53 0.47 0.04 353.13 0.88 0.71
Hex F6 73 82 0 35 2F 4 161 58 47
Octal 366 163 202 0 65 57 4 541 130 107
Binary 11110110 1110011 10000010 0 110101 101111 100 101100001 1011000 1000111

Color Harmonies of #F67382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67382

Black with #F67382

Text Example


Text Example

White with #F67382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67382; }

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

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

background-color css

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

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

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

border-color css

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

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

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