Html Css Color HEX #F67384 Brink Pink

📋 copy color: '#F67384'

red 246 ◦ green 115 ◦ blue 132

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

Shades of Brink Pink #F67384

Tints of Brink Pink #F67384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.77%

R = 49.9%
G = 23.33%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F67384 (or 0xF67384) is known color: Brink Pink. HEX triplet: F6, 73 and 84. RGB value is (246,115,132). Sum of RGB (Red+Green+Blue) = 246+115+132=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67384 is #098C7B. Grayscale: #9C9C9C. Windows color (decimal): -625788 or 8680438. OLE color: 8680438.

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

Color convert

RGB 246 115 132 -
CMYK 0 0.53 0.46 0.04
HSL 352.21º 0.88% 0.71% -
HSV(B) 352.21º 0.53% 0.96% -
XYZ 48.3 33.52 25.75 -
YUV 156.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 246 115 132 0 0.53 0.46 0.04 352.21 0.88 0.71
Hex F6 73 84 0 35 2E 4 160 58 47
Octal 366 163 204 0 65 56 4 540 130 107
Binary 11110110 1110011 10000100 0 110101 101110 100 101100000 1011000 1000111

Color Harmonies of #F67384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67384

Black with #F67384

Text Example


Text Example

White with #F67384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67384; }

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

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

background-color css

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

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

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

border-color css

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

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

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