Html Css Color HEX #F65F83 Brink Pink

📋 copy color: '#F65F83'

red 246 ◦ green 95 ◦ blue 131

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

Shades of Brink Pink #F65F83

Tints of Brink Pink #F65F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

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

R = 52.12%
G = 20.13%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F65F83 (or 0xF65F83) is known color: Brink Pink. HEX triplet: F6, 5F and 83. RGB value is (246,95,131). Sum of RGB (Red+Green+Blue) = 246+95+131=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F83 is #09A07C. Grayscale: #909090. Windows color (decimal): -630909 or 8609782. OLE color: 8609782.

HSL color Cylindrical-coordinate representation of color #F65F83: hue angle of 345.7º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F83 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 131 -
CMYK 0 0.61 0.47 0.04
HSL 345.7º 0.89% 0.67% -
HSV(B) 345.7º 0.61% 0.96% -
XYZ 46.19 29.42 24.72 -
YUV 144.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 246 95 131 0 0.61 0.47 0.04 345.7 0.89 0.67
Hex F6 5F 83 0 3D 2F 4 15A 59 43
Octal 366 137 203 0 75 57 4 532 131 103
Binary 11110110 1011111 10000011 0 111101 101111 100 101011010 1011001 1000011

Color Harmonies of #F65F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F83

Black with #F65F83

Text Example


Text Example

White with #F65F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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