Html Css Color HEX #F6608D Brink Pink

📋 copy color: '#F6608D'

red 246 ◦ green 96 ◦ blue 141

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

Shades of Brink Pink #F6608D

Tints of Brink Pink #F6608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 50.93%
G = 19.88%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6608D (or 0xF6608D) is known color: Brink Pink. HEX triplet: F6, 60 and 8D. RGB value is (246,96,141). Sum of RGB (Red+Green+Blue) = 246+96+141=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6608D is #099F72. Grayscale: #919191. Windows color (decimal): -630643 or 9265398. OLE color: 9265398.

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

Color convert

RGB 246 96 141 -
CMYK 0 0.61 0.43 0.04
HSL 342º 0.89% 0.67% -
HSV(B) 342º 0.61% 0.96% -
XYZ 47 29.88 28.49 -
YUV 145.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 246 96 141 0 0.61 0.43 0.04 342 0.89 0.67
Hex F6 60 8D 0 3D 2B 4 156 59 43
Octal 366 140 215 0 75 53 4 526 131 103
Binary 11110110 1100000 10001101 0 111101 101011 100 101010110 1011001 1000011

Color Harmonies of #F6608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6608D

Black with #F6608D

Text Example


Text Example

White with #F6608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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