Html Css Color HEX #F66A8B Brink Pink

📋 copy color: '#F66A8B'

red 246 ◦ green 106 ◦ blue 139

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

Shades of Brink Pink #F66A8B

Tints of Brink Pink #F66A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 50.1%
G = 21.59%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F66A8B (or 0xF66A8B) is known color: Brink Pink. HEX triplet: F6, 6A and 8B. RGB value is (246,106,139). Sum of RGB (Red+Green+Blue) = 246+106+139=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66A8B is #099574. Grayscale: #979797. Windows color (decimal): -628085 or 9136886. OLE color: 9136886.

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

Color convert

RGB 246 106 139 -
CMYK 0 0.57 0.43 0.04
HSL 345.86º 0.89% 0.69% -
HSV(B) 345.86º 0.57% 0.96% -
XYZ 47.82 31.76 28.04 -
YUV 151.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 246 106 139 0 0.57 0.43 0.04 345.86 0.89 0.69
Hex F6 6A 8B 0 39 2B 4 15A 59 45
Octal 366 152 213 0 71 53 4 532 131 105
Binary 11110110 1101010 10001011 0 111001 101011 100 101011010 1011001 1000101

Color Harmonies of #F66A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66A8B

Black with #F66A8B

Text Example


Text Example

White with #F66A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66A8B; }

 p { color: rgb(246,106,139); }

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

background-color css

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

 a { background-color: rgb(246,106,139); }

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

border-color css

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

 span { border-color: rgb(246,106,139); }

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