Html Css Color HEX #F65C88 Brink Pink

📋 copy color: '#F65C88'

red 246 ◦ green 92 ◦ blue 136

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

Shades of Brink Pink #F65C88

Tints of Brink Pink #F65C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 51.9%
G = 19.41%
B = 28.69%

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

#F65C88 (or 0xF65C88) is known color: Brink Pink. HEX triplet: F6, 5C and 88. RGB value is (246,92,136). Sum of RGB (Red+Green+Blue) = 246+92+136=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C88 is #09A377. Grayscale: #8F8F8F. Windows color (decimal): -631672 or 8936694. OLE color: 8936694.

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

Color convert

RGB 246 92 136 -
CMYK 0 0.63 0.45 0.04
HSL 342.86º 0.9% 0.66% -
HSV(B) 342.86º 0.63% 0.96% -
XYZ 46.28 29.02 26.46 -
YUV 143.06 124.02 201.42 -
System Red Green Blue C M Y K H S L
Decimal 246 92 136 0 0.63 0.45 0.04 342.86 0.9 0.66
Hex F6 5C 88 0 3F 2D 4 157 5A 42
Octal 366 134 210 0 77 55 4 527 132 102
Binary 11110110 1011100 10001000 0 111111 101101 100 101010111 1011010 1000010

Color Harmonies of #F65C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C88

Black with #F65C88

Text Example


Text Example

White with #F65C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C88; }

 p { color: rgb(246,92,136); }

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

background-color css

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

 a { background-color: rgb(246,92,136); }

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

border-color css

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

 span { border-color: rgb(246,92,136); }

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