Html Css Color HEX #F66B7E Brink Pink

📋 copy color: '#F66B7E'

red 246 ◦ green 107 ◦ blue 126

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

Shades of Brink Pink #F66B7E

Tints of Brink Pink #F66B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

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

R = 51.36%
G = 22.34%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F66B7E (or 0xF66B7E) is known color: Brink Pink. HEX triplet: F6, 6B and 7E. RGB value is (246,107,126). Sum of RGB (Red+Green+Blue) = 246+107+126=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66B7E is #099481. Grayscale: #969696. Windows color (decimal): -627842 or 8285174. OLE color: 8285174.

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

Color convert

RGB 246 107 126 -
CMYK 0 0.57 0.49 0.04
HSL 351.8º 0.89% 0.69% -
HSV(B) 351.8º 0.57% 0.96% -
XYZ 47.03 31.61 23.36 -
YUV 150.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 246 107 126 0 0.57 0.49 0.04 351.8 0.89 0.69
Hex F6 6B 7E 0 39 31 4 160 59 45
Octal 366 153 176 0 71 61 4 540 131 105
Binary 11110110 1101011 1111110 0 111001 110001 100 101100000 1011001 1000101

Color Harmonies of #F66B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66B7E

Black with #F66B7E

Text Example


Text Example

White with #F66B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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