Html Css Color HEX #F65983 Brink Pink

📋 copy color: '#F65983'

red 246 ◦ green 89 ◦ blue 131

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

Shades of Brink Pink #F65983

Tints of Brink Pink #F65983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 52.79%
G = 19.1%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F65983 (or 0xF65983) is known color: Brink Pink. HEX triplet: F6, 59 and 83. RGB value is (246,89,131). Sum of RGB (Red+Green+Blue) = 246+89+131=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F65983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65983 is #09A67C. Grayscale: #8C8C8C. Windows color (decimal): -632445 or 8608246. OLE color: 8608246.

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

Color convert

RGB 246 89 131 -
CMYK 0 0.64 0.47 0.04
HSL 343.95º 0.9% 0.66% -
HSV(B) 343.95º 0.64% 0.96% -
XYZ 45.68 28.38 24.54 -
YUV 140.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 246 89 131 0 0.64 0.47 0.04 343.95 0.9 0.66
Hex F6 59 83 0 40 2F 4 158 5A 42
Octal 366 131 203 0 100 57 4 530 132 102
Binary 11110110 1011001 10000011 0 1000000 101111 100 101011000 1011010 1000010

Color Harmonies of #F65983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65983

Black with #F65983

Text Example


Text Example

White with #F65983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65983; }

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

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

background-color css

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

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

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

border-color css

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

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

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