Html Css Color HEX #F65880 Brink Pink

📋 copy color: '#F65880'

red 246 ◦ green 88 ◦ blue 128

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

Shades of Brink Pink #F65880

Tints of Brink Pink #F65880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 53.25%
G = 19.05%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F65880 (or 0xF65880) is known color: Brink Pink. HEX triplet: F6, 58 and 80. RGB value is (246,88,128). Sum of RGB (Red+Green+Blue) = 246+88+128=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F65880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65880 is #09A77F. Grayscale: #8B8B8B. Windows color (decimal): -632704 or 8411382. OLE color: 8411382.

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

Color convert

RGB 246 88 128 -
CMYK 0 0.64 0.48 0.04
HSL 344.81º 0.9% 0.65% -
HSV(B) 344.81º 0.64% 0.96% -
XYZ 45.39 28.13 23.46 -
YUV 139.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 246 88 128 0 0.64 0.48 0.04 344.81 0.9 0.65
Hex F6 58 80 0 40 30 4 159 5A 41
Octal 366 130 200 0 100 60 4 531 132 101
Binary 11110110 1011000 10000000 0 1000000 110000 100 101011001 1011010 1000001

Color Harmonies of #F65880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65880

Black with #F65880

Text Example


Text Example

White with #F65880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65880; }

 p { color: rgb(246,88,128); }

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

background-color css

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

 a { background-color: rgb(246,88,128); }

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

border-color css

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

 span { border-color: rgb(246,88,128); }

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