Html Css Color HEX #F66775 Brink Pink

📋 copy color: '#F66775'

red 246 ◦ green 103 ◦ blue 117

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

Shades of Brink Pink #F66775

Tints of Brink Pink #F66775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.1%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 52.79%
G = 22.1%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F66775 (or 0xF66775) is known color: Brink Pink. HEX triplet: F6, 67 and 75. RGB value is (246,103,117). Sum of RGB (Red+Green+Blue) = 246+103+117=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F66775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66775 is #09988A. Grayscale: #939393. Windows color (decimal): -628875 or 7694326. OLE color: 7694326.

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

Color convert

RGB 246 103 117 -
CMYK 0 0.58 0.52 0.04
HSL 354.13º 0.89% 0.68% -
HSV(B) 354.13º 0.58% 0.96% -
XYZ 46.07 30.58 20.3 -
YUV 147.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 246 103 117 0 0.58 0.52 0.04 354.13 0.89 0.68
Hex F6 67 75 0 3A 34 4 162 59 44
Octal 366 147 165 0 72 64 4 542 131 104
Binary 11110110 1100111 1110101 0 111010 110100 100 101100010 1011001 1000100

Color Harmonies of #F66775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66775

Black with #F66775

Text Example


Text Example

White with #F66775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66775; }

 p { color: rgb(246,103,117); }

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

background-color css

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

 a { background-color: rgb(246,103,117); }

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

border-color css

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

 span { border-color: rgb(246,103,117); }

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