Html Css Color HEX #F66091 Brink Pink

📋 copy color: '#F66091'

red 246 ◦ green 96 ◦ blue 145

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

Shades of Brink Pink #F66091

Tints of Brink Pink #F66091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

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

R = 50.51%
G = 19.71%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F66091 (or 0xF66091) is known color: Brink Pink. HEX triplet: F6, 60 and 91. RGB value is (246,96,145). Sum of RGB (Red+Green+Blue) = 246+96+145=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F66091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66091 is #099F6E. Grayscale: #929292. Windows color (decimal): -630639 or 9527542. OLE color: 9527542.

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

Color convert

RGB 246 96 145 -
CMYK 0 0.61 0.41 0.04
HSL 340.4º 0.89% 0.67% -
HSV(B) 340.4º 0.61% 0.96% -
XYZ 47.3 30 30.09 -
YUV 146.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 246 96 145 0 0.61 0.41 0.04 340.4 0.89 0.67
Hex F6 60 91 0 3D 29 4 154 59 43
Octal 366 140 221 0 75 51 4 524 131 103
Binary 11110110 1100000 10010001 0 111101 101001 100 101010100 1011001 1000011

Color Harmonies of #F66091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66091

Black with #F66091

Text Example


Text Example

White with #F66091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66091; }

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

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

background-color css

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

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

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

border-color css

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

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

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