Html Css Color HEX #F66591 Brink Pink

📋 copy color: '#F66591'

red 246 ◦ green 101 ◦ blue 145

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

Shades of Brink Pink #F66591

Tints of Brink Pink #F66591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.53%

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 50%
G = 20.53%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F66591 (or 0xF66591) is known color: Brink Pink. HEX triplet: F6, 65 and 91. RGB value is (246,101,145). Sum of RGB (Red+Green+Blue) = 246+101+145=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F66591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66591 is #099A6E. Grayscale: #959595. Windows color (decimal): -629359 or 9528822. OLE color: 9528822.

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

Color convert

RGB 246 101 145 -
CMYK 0 0.59 0.41 0.04
HSL 341.79º 0.89% 0.68% -
HSV(B) 341.79º 0.59% 0.96% -
XYZ 47.77 30.94 30.24 -
YUV 149.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 246 101 145 0 0.59 0.41 0.04 341.79 0.89 0.68
Hex F6 65 91 0 3B 29 4 156 59 44
Octal 366 145 221 0 73 51 4 526 131 104
Binary 11110110 1100101 10010001 0 111011 101001 100 101010110 1011001 1000100

Color Harmonies of #F66591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66591

Black with #F66591

Text Example


Text Example

White with #F66591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66591; }

 p { color: rgb(246,101,145); }

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

background-color css

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

 a { background-color: rgb(246,101,145); }

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

border-color css

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

 span { border-color: rgb(246,101,145); }

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