Html Css Color HEX #F65985 Brink Pink

📋 copy color: '#F65985'

red 246 ◦ green 89 ◦ blue 133

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

Shades of Brink Pink #F65985

Tints of Brink Pink #F65985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 52.56%
G = 19.02%
B = 28.42%

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

#F65985 (or 0xF65985) is known color: Brink Pink. HEX triplet: F6, 59 and 85. RGB value is (246,89,133). Sum of RGB (Red+Green+Blue) = 246+89+133=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F65985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65985 is #09A67A. Grayscale: #8C8C8C. Windows color (decimal): -632443 or 8739318. OLE color: 8739318.

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

Color convert

RGB 246 89 133 -
CMYK 0 0.64 0.46 0.04
HSL 343.18º 0.9% 0.66% -
HSV(B) 343.18º 0.64% 0.96% -
XYZ 45.81 28.43 25.26 -
YUV 140.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 246 89 133 0 0.64 0.46 0.04 343.18 0.9 0.66
Hex F6 59 85 0 40 2E 4 157 5A 42
Octal 366 131 205 0 100 56 4 527 132 102
Binary 11110110 1011001 10000101 0 1000000 101110 100 101010111 1011010 1000010

Color Harmonies of #F65985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65985

Black with #F65985

Text Example


Text Example

White with #F65985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65985; }

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

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

background-color css

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

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

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

border-color css

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

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

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