Html Css Color HEX #F66585 Brink Pink

📋 copy color: '#F66585'

red 246 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #F66585

Tints of Brink Pink #F66585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 51.25%
G = 21.04%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F66585 (or 0xF66585) is known color: Brink Pink. HEX triplet: F6, 65 and 85. RGB value is (246,101,133). Sum of RGB (Red+Green+Blue) = 246+101+133=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F66585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66585 is #099A7A. Grayscale: #949494. Windows color (decimal): -629371 or 8742390. OLE color: 8742390.

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

Color convert

RGB 246 101 133 -
CMYK 0 0.59 0.46 0.04
HSL 346.76º 0.89% 0.68% -
HSV(B) 346.76º 0.59% 0.96% -
XYZ 46.89 30.59 25.62 -
YUV 148 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 246 101 133 0 0.59 0.46 0.04 346.76 0.89 0.68
Hex F6 65 85 0 3B 2E 4 15B 59 44
Octal 366 145 205 0 73 56 4 533 131 104
Binary 11110110 1100101 10000101 0 111011 101110 100 101011011 1011001 1000100

Color Harmonies of #F66585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66585

Black with #F66585

Text Example


Text Example

White with #F66585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66585; }

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

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

background-color css

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

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

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

border-color css

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

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

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