Html Css Color HEX #F65886 Brink Pink

📋 copy color: '#F65886'

red 246 ◦ green 88 ◦ blue 134

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

Shades of Brink Pink #F65886

Tints of Brink Pink #F65886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.8%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 52.56%
G = 18.8%
B = 28.63%

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

#F65886 (or 0xF65886) is known color: Brink Pink. HEX triplet: F6, 58 and 86. RGB value is (246,88,134). Sum of RGB (Red+Green+Blue) = 246+88+134=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F65886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65886 is #09A779. Grayscale: #8C8C8C. Windows color (decimal): -632698 or 8804598. OLE color: 8804598.

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

Color convert

RGB 246 88 134 -
CMYK 0 0.64 0.46 0.04
HSL 342.53º 0.9% 0.65% -
HSV(B) 342.53º 0.64% 0.96% -
XYZ 45.8 28.29 25.6 -
YUV 140.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 246 88 134 0 0.64 0.46 0.04 342.53 0.9 0.65
Hex F6 58 86 0 40 2E 4 157 5A 41
Octal 366 130 206 0 100 56 4 527 132 101
Binary 11110110 1011000 10000110 0 1000000 101110 100 101010111 1011010 1000001

Color Harmonies of #F65886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65886

Black with #F65886

Text Example


Text Example

White with #F65886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65886; }

 p { color: rgb(246,88,134); }

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

background-color css

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

 a { background-color: rgb(246,88,134); }

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

border-color css

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

 span { border-color: rgb(246,88,134); }

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