Html Css Color HEX #F66F81 Brink Pink

📋 copy color: '#F66F81'

red 246 ◦ green 111 ◦ blue 129

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

Shades of Brink Pink #F66F81

Tints of Brink Pink #F66F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

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

R = 50.62%
G = 22.84%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F66F81 (or 0xF66F81) is known color: Brink Pink. HEX triplet: F6, 6F and 81. RGB value is (246,111,129). Sum of RGB (Red+Green+Blue) = 246+111+129=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F81 is #09907E. Grayscale: #999999. Windows color (decimal): -626815 or 8482806. OLE color: 8482806.

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

Color convert

RGB 246 111 129 -
CMYK 0 0.55 0.48 0.04
HSL 352º 0.88% 0.7% -
HSV(B) 352º 0.55% 0.96% -
XYZ 47.65 32.55 24.54 -
YUV 153.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 246 111 129 0 0.55 0.48 0.04 352 0.88 0.7
Hex F6 6F 81 0 37 30 4 160 58 46
Octal 366 157 201 0 67 60 4 540 130 106
Binary 11110110 1101111 10000001 0 110111 110000 100 101100000 1011000 1000110

Color Harmonies of #F66F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F81

Black with #F66F81

Text Example


Text Example

White with #F66F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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