Html Css Color HEX #F66085 Brink Pink

📋 copy color: '#F66085'

red 246 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #F66085

Tints of Brink Pink #F66085

RGB

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

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

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

R = 51.79%
G = 20.21%
B = 28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F66085 (or 0xF66085) is known color: Brink Pink. HEX triplet: F6, 60 and 85. RGB value is (246,96,133). Sum of RGB (Red+Green+Blue) = 246+96+133=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F66085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66085 is #099F7A. Grayscale: #919191. Windows color (decimal): -630651 or 8741110. OLE color: 8741110.

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

Color convert

RGB 246 96 133 -
CMYK 0 0.61 0.46 0.04
HSL 345.2º 0.89% 0.67% -
HSV(B) 345.2º 0.61% 0.96% -
XYZ 46.42 29.65 25.47 -
YUV 145.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 246 96 133 0 0.61 0.46 0.04 345.2 0.89 0.67
Hex F6 60 85 0 3D 2E 4 159 59 43
Octal 366 140 205 0 75 56 4 531 131 103
Binary 11110110 1100000 10000101 0 111101 101110 100 101011001 1011001 1000011

Color Harmonies of #F66085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66085

Black with #F66085

Text Example


Text Example

White with #F66085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66085; }

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

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

background-color css

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

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

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

border-color css

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

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

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