Html Css Color HEX #F6607C Brink Pink

📋 copy color: '#F6607C'

red 246 ◦ green 96 ◦ blue 124

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

Shades of Brink Pink #F6607C

Tints of Brink Pink #F6607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 52.79%
G = 20.6%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6607C (or 0xF6607C) is known color: Brink Pink. HEX triplet: F6, 60 and 7C. RGB value is (246,96,124). Sum of RGB (Red+Green+Blue) = 246+96+124=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6607C is #099F83. Grayscale: #909090. Windows color (decimal): -630660 or 8151286. OLE color: 8151286.

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

Color convert

RGB 246 96 124 -
CMYK 0 0.61 0.50 0.04
HSL 348.8º 0.89% 0.67% -
HSV(B) 348.8º 0.61% 0.96% -
XYZ 45.83 29.41 22.33 -
YUV 144.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 246 96 124 0 0.61 0.50 0.04 348.8 0.89 0.67
Hex F6 60 7C 0 3D 32 4 15D 59 43
Octal 366 140 174 0 75 62 4 535 131 103
Binary 11110110 1100000 1111100 0 111101 110010 100 101011101 1011001 1000011

Color Harmonies of #F6607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6607C

Black with #F6607C

Text Example


Text Example

White with #F6607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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