Html Css Color HEX #F65984 Brink Pink

📋 copy color: '#F65984'

red 246 ◦ green 89 ◦ blue 132

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

Shades of Brink Pink #F65984

Tints of Brink Pink #F65984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

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

R = 52.68%
G = 19.06%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F65984 (or 0xF65984) is known color: Brink Pink. HEX triplet: F6, 59 and 84. RGB value is (246,89,132). Sum of RGB (Red+Green+Blue) = 246+89+132=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F65984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65984 is #09A67B. Grayscale: #8C8C8C. Windows color (decimal): -632444 or 8673782. OLE color: 8673782.

HSL color Cylindrical-coordinate representation of color #F65984: hue angle of 343.57º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65984 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 89 132 -
CMYK 0 0.64 0.46 0.04
HSL 343.57º 0.9% 0.66% -
HSV(B) 343.57º 0.64% 0.96% -
XYZ 45.74 28.4 24.9 -
YUV 140.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 246 89 132 0 0.64 0.46 0.04 343.57 0.9 0.66
Hex F6 59 84 0 40 2E 4 158 5A 42
Octal 366 131 204 0 100 56 4 530 132 102
Binary 11110110 1011001 10000100 0 1000000 101110 100 101011000 1011010 1000010

Color Harmonies of #F65984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65984

Black with #F65984

Text Example


Text Example

White with #F65984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65984; }

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

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

background-color css

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

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

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

border-color css

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

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

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