Html Css Color HEX #F66B7A Brink Pink

📋 copy color: '#F66B7A'

red 246 ◦ green 107 ◦ blue 122

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

Shades of Brink Pink #F66B7A

Tints of Brink Pink #F66B7A

RGB

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

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

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

R = 51.79%
G = 22.53%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F66B7A (or 0xF66B7A) is known color: Brink Pink. HEX triplet: F6, 6B and 7A. RGB value is (246,107,122). Sum of RGB (Red+Green+Blue) = 246+107+122=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66B7A is #099485. Grayscale: #969696. Windows color (decimal): -627846 or 8023030. OLE color: 8023030.

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

Color convert

RGB 246 107 122 -
CMYK 0 0.57 0.50 0.04
HSL 353.53º 0.89% 0.69% -
HSV(B) 353.53º 0.57% 0.96% -
XYZ 46.78 31.51 22.03 -
YUV 150.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 246 107 122 0 0.57 0.50 0.04 353.53 0.89 0.69
Hex F6 6B 7A 0 39 32 4 162 59 45
Octal 366 153 172 0 71 62 4 542 131 105
Binary 11110110 1101011 1111010 0 111001 110010 100 101100010 1011001 1000101

Color Harmonies of #F66B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66B7A

Black with #F66B7A

Text Example


Text Example

White with #F66B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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