Html Css Color HEX #F65A87 Brink Pink

📋 copy color: '#F65A87'

red 246 ◦ green 90 ◦ blue 135

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

Shades of Brink Pink #F65A87

Tints of Brink Pink #F65A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 52.23%
G = 19.11%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F65A87 (or 0xF65A87) is known color: Brink Pink. HEX triplet: F6, 5A and 87. RGB value is (246,90,135). Sum of RGB (Red+Green+Blue) = 246+90+135=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65A87 is #09A578. Grayscale: #8D8D8D. Windows color (decimal): -632185 or 8870646. OLE color: 8870646.

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

Color convert

RGB 246 90 135 -
CMYK 0 0.63 0.45 0.04
HSL 342.69º 0.9% 0.66% -
HSV(B) 342.69º 0.63% 0.96% -
XYZ 46.04 28.65 26.03 -
YUV 141.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 246 90 135 0 0.63 0.45 0.04 342.69 0.9 0.66
Hex F6 5A 87 0 3F 2D 4 157 5A 42
Octal 366 132 207 0 77 55 4 527 132 102
Binary 11110110 1011010 10000111 0 111111 101101 100 101010111 1011010 1000010

Color Harmonies of #F65A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A87

Black with #F65A87

Text Example


Text Example

White with #F65A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A87; }

 p { color: rgb(246,90,135); }

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

background-color css

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

 a { background-color: rgb(246,90,135); }

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

border-color css

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

 span { border-color: rgb(246,90,135); }

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