Html Css Color HEX #F66C8D Brink Pink

📋 copy color: '#F66C8D'

red 246 ◦ green 108 ◦ blue 141

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

Shades of Brink Pink #F66C8D

Tints of Brink Pink #F66C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 49.7%
G = 21.82%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F66C8D (or 0xF66C8D) is known color: Brink Pink. HEX triplet: F6, 6C and 8D. RGB value is (246,108,141). Sum of RGB (Red+Green+Blue) = 246+108+141=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C8D is #099372. Grayscale: #999999. Windows color (decimal): -627571 or 9268470. OLE color: 9268470.

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

Color convert

RGB 246 108 141 -
CMYK 0 0.56 0.43 0.04
HSL 345.65º 0.88% 0.69% -
HSV(B) 345.65º 0.56% 0.96% -
XYZ 48.18 32.24 28.88 -
YUV 153.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 246 108 141 0 0.56 0.43 0.04 345.65 0.88 0.69
Hex F6 6C 8D 0 38 2B 4 15A 58 45
Octal 366 154 215 0 70 53 4 532 130 105
Binary 11110110 1101100 10001101 0 111000 101011 100 101011010 1011000 1000101

Color Harmonies of #F66C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C8D

Black with #F66C8D

Text Example


Text Example

White with #F66C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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