Html Css Color HEX #F66C7A Brink Pink

📋 copy color: '#F66C7A'

red 246 ◦ green 108 ◦ blue 122

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

Shades of Brink Pink #F66C7A

Tints of Brink Pink #F66C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.63%

R = 51.68%
G = 22.69%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F66C7A (or 0xF66C7A) is known color: Brink Pink. HEX triplet: F6, 6C and 7A. RGB value is (246,108,122). Sum of RGB (Red+Green+Blue) = 246+108+122=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C7A is #099385. Grayscale: #969696. Windows color (decimal): -627590 or 8023286. OLE color: 8023286.

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

Color convert

RGB 246 108 122 -
CMYK 0 0.56 0.50 0.04
HSL 353.91º 0.88% 0.69% -
HSV(B) 353.91º 0.56% 0.96% -
XYZ 46.88 31.72 22.06 -
YUV 150.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 246 108 122 0 0.56 0.50 0.04 353.91 0.88 0.69
Hex F6 6C 7A 0 38 32 4 162 58 45
Octal 366 154 172 0 70 62 4 542 130 105
Binary 11110110 1101100 1111010 0 111000 110010 100 101100010 1011000 1000101

Color Harmonies of #F66C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C7A

Black with #F66C7A

Text Example


Text Example

White with #F66C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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