Html Css Color HEX #F66682 Brink Pink

📋 copy color: '#F66682'

red 246 ◦ green 102 ◦ blue 130

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

Shades of Brink Pink #F66682

Tints of Brink Pink #F66682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.34%

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

R = 51.46%
G = 21.34%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F66682 (or 0xF66682) is known color: Brink Pink. HEX triplet: F6, 66 and 82. RGB value is (246,102,130). Sum of RGB (Red+Green+Blue) = 246+102+130=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F66682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66682 is #09997D. Grayscale: #949494. Windows color (decimal): -629118 or 8546038. OLE color: 8546038.

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

Color convert

RGB 246 102 130 -
CMYK 0 0.59 0.47 0.04
HSL 348.33º 0.89% 0.68% -
HSV(B) 348.33º 0.59% 0.96% -
XYZ 46.79 30.71 24.58 -
YUV 148.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 246 102 130 0 0.59 0.47 0.04 348.33 0.89 0.68
Hex F6 66 82 0 3B 2F 4 15C 59 44
Octal 366 146 202 0 73 57 4 534 131 104
Binary 11110110 1100110 10000010 0 111011 101111 100 101011100 1011001 1000100

Color Harmonies of #F66682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66682

Black with #F66682

Text Example


Text Example

White with #F66682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66682; }

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

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

background-color css

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

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

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

border-color css

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

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

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