Html Css Color HEX #F66C82 Brink Pink

📋 copy color: '#F66C82'

red 246 ◦ green 108 ◦ blue 130

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

Shades of Brink Pink #F66C82

Tints of Brink Pink #F66C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 50.83%
G = 22.31%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F66C82 (or 0xF66C82) is known color: Brink Pink. HEX triplet: F6, 6C and 82. RGB value is (246,108,130). Sum of RGB (Red+Green+Blue) = 246+108+130=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C82 is #09937D. Grayscale: #979797. Windows color (decimal): -627582 or 8547574. OLE color: 8547574.

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

Color convert

RGB 246 108 130 -
CMYK 0 0.56 0.47 0.04
HSL 350.43º 0.88% 0.69% -
HSV(B) 350.43º 0.56% 0.96% -
XYZ 47.4 31.93 24.78 -
YUV 151.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 246 108 130 0 0.56 0.47 0.04 350.43 0.88 0.69
Hex F6 6C 82 0 38 2F 4 15E 58 45
Octal 366 154 202 0 70 57 4 536 130 105
Binary 11110110 1101100 10000010 0 111000 101111 100 101011110 1011000 1000101

Color Harmonies of #F66C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C82

Black with #F66C82

Text Example


Text Example

White with #F66C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C82; }

 p { color: rgb(246,108,130); }

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

background-color css

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

 a { background-color: rgb(246,108,130); }

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

border-color css

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

 span { border-color: rgb(246,108,130); }

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