Html Css Color HEX #F65881 Brink Pink

📋 copy color: '#F65881'

red 246 ◦ green 88 ◦ blue 129

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

Shades of Brink Pink #F65881

Tints of Brink Pink #F65881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 53.13%
G = 19.01%
B = 27.86%

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

#F65881 (or 0xF65881) is known color: Brink Pink. HEX triplet: F6, 58 and 81. RGB value is (246,88,129). Sum of RGB (Red+Green+Blue) = 246+88+129=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F65881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65881 is #09A77E. Grayscale: #8B8B8B. Windows color (decimal): -632703 or 8476918. OLE color: 8476918.

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

Color convert

RGB 246 88 129 -
CMYK 0 0.64 0.48 0.04
HSL 344.43º 0.9% 0.65% -
HSV(B) 344.43º 0.64% 0.96% -
XYZ 45.46 28.16 23.81 -
YUV 139.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 246 88 129 0 0.64 0.48 0.04 344.43 0.9 0.65
Hex F6 58 81 0 40 30 4 158 5A 41
Octal 366 130 201 0 100 60 4 530 132 101
Binary 11110110 1011000 10000001 0 1000000 110000 100 101011000 1011010 1000001

Color Harmonies of #F65881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65881

Black with #F65881

Text Example


Text Example

White with #F65881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65881; }

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

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

background-color css

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

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

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

border-color css

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

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

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