Html Css Color HEX #F66C7E Brink Pink

📋 copy color: '#F66C7E'

red 246 ◦ green 108 ◦ blue 126

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

Shades of Brink Pink #F66C7E

Tints of Brink Pink #F66C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 51.25%
G = 22.5%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F66C7E (or 0xF66C7E) is known color: Brink Pink. HEX triplet: F6, 6C and 7E. RGB value is (246,108,126). Sum of RGB (Red+Green+Blue) = 246+108+126=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C7E is #099381. Grayscale: #979797. Windows color (decimal): -627586 or 8285430. OLE color: 8285430.

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

Color convert

RGB 246 108 126 -
CMYK 0 0.56 0.49 0.04
HSL 352.17º 0.88% 0.69% -
HSV(B) 352.17º 0.56% 0.96% -
XYZ 47.13 31.82 23.4 -
YUV 151.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 246 108 126 0 0.56 0.49 0.04 352.17 0.88 0.69
Hex F6 6C 7E 0 38 31 4 160 58 45
Octal 366 154 176 0 70 61 4 540 130 105
Binary 11110110 1101100 1111110 0 111000 110001 100 101100000 1011000 1000101

Color Harmonies of #F66C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C7E

Black with #F66C7E

Text Example


Text Example

White with #F66C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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