Html Css Color HEX #F65988 Brink Pink

📋 copy color: '#F65988'

red 246 ◦ green 89 ◦ blue 136

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

Shades of Brink Pink #F65988

Tints of Brink Pink #F65988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 52.23%
G = 18.9%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F65988 (or 0xF65988) is known color: Brink Pink. HEX triplet: F6, 59 and 88. RGB value is (246,89,136). Sum of RGB (Red+Green+Blue) = 246+89+136=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F65988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65988 is #09A677. Grayscale: #8D8D8D. Windows color (decimal): -632440 or 8935926. OLE color: 8935926.

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

Color convert

RGB 246 89 136 -
CMYK 0 0.64 0.45 0.04
HSL 342.04º 0.9% 0.66% -
HSV(B) 342.04º 0.64% 0.96% -
XYZ 46.02 28.52 26.37 -
YUV 141.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 246 89 136 0 0.64 0.45 0.04 342.04 0.9 0.66
Hex F6 59 88 0 40 2D 4 156 5A 42
Octal 366 131 210 0 100 55 4 526 132 102
Binary 11110110 1011001 10001000 0 1000000 101101 100 101010110 1011010 1000010

Color Harmonies of #F65988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65988

Black with #F65988

Text Example


Text Example

White with #F65988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65988; }

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

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

background-color css

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

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

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

border-color css

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

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

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